[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:
ilGino
2022-01-29 07:44:30 -06:00
committed by GitHub
parent ca5908fca4
commit b4e9833e30

View File

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