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
@@ -7,7 +7,7 @@ echo "<div class='row'>
|
||||
<div class='panel-heading'>";
|
||||
|
||||
if ($config['overview_show_sysDescr']) {
|
||||
echo '<strong>'.$device['sysDescr'].'</strong>';
|
||||
echo '<i class="fa fa-id-card fa-lg icon-theme" aria-hidden="true"></i> <strong>'.$device['sysDescr'].'</strong>';
|
||||
}
|
||||
|
||||
echo '</div>
|
||||
|
||||
Reference in New Issue
Block a user