mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Probably better to change Add Server icon to fa-plus
This commit is contained in:
@@ -143,7 +143,7 @@ if ($config['show_locations'])
|
||||
echo('
|
||||
<li role="presentation" class="divider"></li>
|
||||
<li><a href="'.generate_url(array('page'=>'device-groups')).'"><i class="fa fa-th fa-fw fa-lg"></i> Manage Groups</a></li>
|
||||
<li><a href="addhost/"><i class="fa fa-desktop fa-col-success fa-fw fa-lg"></i> Add Device</a></li>
|
||||
<li><a href="addhost/"><i class="fa fa-plus fa-col-success fa-fw fa-lg"></i> Add Device</a></li>
|
||||
<li><a href="delhost/"><i class="fa fa-trash fa-col-info fa-fw fa-lg"></i> Delete Device</a></li>');
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user