From 78d6ed49eeba4310b71a4d4d9e2ec6309bd6503f Mon Sep 17 00:00:00 2001 From: Tony Murray Date: Fri, 4 Nov 2022 23:13:36 -0500 Subject: [PATCH] Fix some icons (#14584) fa-info icons, update to FA6 style --- includes/html/pages/graphs.inc.php | 2 +- includes/html/table/alertlog.inc.php | 2 +- includes/html/table/alerts.inc.php | 4 ++-- resources/views/layouts/menu.blade.php | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/includes/html/pages/graphs.inc.php b/includes/html/pages/graphs.inc.php index 1b7fe65ce5..ebbdc8be0b 100644 --- a/includes/html/pages/graphs.inc.php +++ b/includes/html/pages/graphs.inc.php @@ -181,7 +181,7 @@ if (! $auth) { print_optionbar_start(); echo '
- +
'; echo Config::get('graph_descr.' . $vars['type']); diff --git a/includes/html/table/alertlog.inc.php b/includes/html/table/alertlog.inc.php index b39af8d2bf..104fb42fe6 100644 --- a/includes/html/table/alertlog.inc.php +++ b/includes/html/table/alertlog.inc.php @@ -112,7 +112,7 @@ foreach (dbFetchRows($sql, $param) as $alertlog) { 'id' => $rulei++, 'time_logged' => $alertlog['humandate'], 'details' => '', - 'verbose_details' => "", + 'verbose_details' => "", 'hostname' => '
' . generate_device_link($dev) . '
' . $fault_detail . '
', 'alert' => htmlspecialchars($alertlog['alert']), 'status' => "", diff --git a/includes/html/table/alerts.inc.php b/includes/html/table/alerts.inc.php index 5f917666cb..57021cdf6c 100644 --- a/includes/html/table/alerts.inc.php +++ b/includes/html/table/alerts.inc.php @@ -186,8 +186,8 @@ foreach (dbFetchRows($sql, $param) as $alert) { $response[] = [ 'id' => $rulei++, 'rule' => '' . htmlentities($alert['name']) . '', - 'details' => '', - 'verbose_details' => "", + 'details' => '', + 'verbose_details' => "", 'hostname' => $hostname, 'location' => generate_link($alert['location'], ['page' => 'devices', 'location' => $alert['location']]), 'timestamp' => ($alert['timestamp'] ? $alert['timestamp'] : 'N/A'), diff --git a/resources/views/layouts/menu.blade.php b/resources/views/layouts/menu.blade.php index 29f9b866d4..e407bf1986 100644 --- a/resources/views/layouts/menu.blade.php +++ b/resources/views/layouts/menu.blade.php @@ -592,7 +592,7 @@ @endif -
  • {{ __('About :project_name', ['project_name' => \LibreNMS\Config::get('project_name')]) }}