mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
[WebUI] Change icon of links pointing to Health from fa-dashboard to fa-hearbeat (#13729)
Health is always referred to with the fa-heartbeat icon. Instead, in the device list, the link pointing to device's Health is the fa-dashboard. In order to make the device-list page more visually consistent, I propose to change the icon from fa-dashboard to fa-heartbeat in the device lists. Regards GG
This commit is contained in:
@@ -244,7 +244,7 @@ class DeviceController extends TableController
|
||||
}
|
||||
|
||||
if ($sensor_count) {
|
||||
$metrics[] = $this->formatMetric($device, $sensor_count, 'health', 'fa-dashboard');
|
||||
$metrics[] = $this->formatMetric($device, $sensor_count, 'health', 'fa-heartbeat');
|
||||
}
|
||||
|
||||
if ($wireless_count) {
|
||||
|
||||
Reference in New Issue
Block a user