webui: Updated icons to use Font Awesome (#5468)

This commit is contained in:
Richard Mayhew
2017-01-21 13:24:05 +02:00
committed by Neil Lathwood
parent a8c04460f4
commit 47397d0083
37 changed files with 257 additions and 199 deletions

View File

@@ -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>