From 389cf5414cf6c0afb904a97581d32d595724f363 Mon Sep 17 00:00:00 2001 From: Richard Mayhew Date: Mon, 6 Feb 2017 12:15:38 +0200 Subject: [PATCH] Made the 2 tool icons more appropriate in the menu bar (#5701) * Made the 2 tool icons more appropiate in the menu bar * updated eventlog and syslog icons so they are the same * Try #2 * Changed syslog to fa-tag instead of fa-archive which is used for packages already * Changed Syslog icon to fa-clone --- html/includes/print-menubar.php | 10 +++++----- html/pages/about.inc.php | 4 ++-- html/pages/device/logs/eventlog.inc.php | 2 +- html/pages/device/overview/eventlog.inc.php | 2 +- html/pages/device/overview/syslog.inc.php | 2 +- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/html/includes/print-menubar.php b/html/includes/print-menubar.php index 8e1cb7edec..3db2c3838a 100644 --- a/html/includes/print-menubar.php +++ b/html/includes/print-menubar.php @@ -88,25 +88,25 @@ if ($config['title_image']) { -
  • Eventlog
  • +
  • Eventlog
  • Syslog'; + echo '
  • Syslog
  • '; } if (isset($config['graylog']['server']) && isset($config['graylog']['port'])) { - echo '
  • Graylog
  • '; + echo '
  • Graylog
  • '; } ?> diff --git a/html/pages/about.inc.php b/html/pages/about.inc.php index bce395ef47..7c291b4ea4 100644 --- a/html/pages/about.inc.php +++ b/html/pages/about.inc.php @@ -126,8 +126,8 @@ echo " Entity-MIB$stat_entphys - Syslog Entries$stat_syslog - Eventlog Entries$stat_events + Syslog Entries$stat_syslog + Eventlog Entries$stat_events Sensors$stat_sensors diff --git a/html/pages/device/logs/eventlog.inc.php b/html/pages/device/logs/eventlog.inc.php index a5c60de86f..7c92823c40 100644 --- a/html/pages/device/logs/eventlog.inc.php +++ b/html/pages/device/logs/eventlog.inc.php @@ -36,7 +36,7 @@ $entries = dbFetchRows("SELECT *,DATE_FORMAT(datetime, '".$config['dateformat'][ echo '
    - Eventlog entries + Eventlog entries
    '; diff --git a/html/pages/device/overview/eventlog.inc.php b/html/pages/device/overview/eventlog.inc.php index 1ef2f6a833..ddc79fbd06 100644 --- a/html/pages/device/overview/eventlog.inc.php +++ b/html/pages/device/overview/eventlog.inc.php @@ -6,7 +6,7 @@ echo '
    '; echo ''; -echo ' Recent Events'; +echo ' Recent Events'; echo '
    '; diff --git a/html/pages/device/overview/syslog.inc.php b/html/pages/device/overview/syslog.inc.php index 760bb11576..43a722a317 100644 --- a/html/pages/device/overview/syslog.inc.php +++ b/html/pages/device/overview/syslog.inc.php @@ -8,7 +8,7 @@ if ($config['enable_syslog']) {
    '; - echo ' Recent Syslog'; + echo ' Recent Syslog'; echo '
    '; foreach ($syslog as $entry) {