mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
webui: Updated icons to use Font Awesome (#5468)
This commit is contained in:
committed by
Neil Lathwood
parent
a8c04460f4
commit
47397d0083
@@ -39,7 +39,7 @@ foreach ($menu_options as $option => $text) {
|
||||
$sep = ' | ';
|
||||
}
|
||||
unset($sep);
|
||||
echo '<div class="pull-right"><a data-toggle="modal" href="#create-service"><img src="images/16/add.png" border="0" align="absmiddle"> Add Service</a></div>';
|
||||
echo '<div class="pull-right"><a data-toggle="modal" href="#create-service"><i class="fa fa-cog" style="color:green" aria-hidden="true"></i> Add Service</a></div>';
|
||||
print_optionbar_end();
|
||||
?>
|
||||
<div class="row col-sm-12"><span id="message"></span></div>
|
||||
|
Reference in New Issue
Block a user