mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-28 16:04:35 +02:00
Move last remaining styles from front page to CSS
This commit is contained in:
@@ -495,6 +495,12 @@ a.list-device-disabled, a.list-device-disabled:visited {
|
||||
border-radius: 2pt 2pt 2pt 2pt;
|
||||
}
|
||||
|
||||
.front-syslog .front-eventlog {
|
||||
margin: 4px;
|
||||
clear: both;
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
.device-down {
|
||||
background: #ffd7d7;
|
||||
}
|
||||
|
||||
@@ -101,7 +101,7 @@ if (filter_var($config['uptime_warning'], FILTER_VALIDATE_FLOAT) !== FALSE && $c
|
||||
if ($config['enable_syslog'])
|
||||
{
|
||||
// Open Syslog Div
|
||||
echo("<div style='margin: 4px; clear: both; padding: 5px;'>
|
||||
echo("<div class=front-syslog>
|
||||
<h3>Recent Syslog Messages</h3>
|
||||
");
|
||||
|
||||
@@ -121,7 +121,7 @@ if ($config['enable_syslog'])
|
||||
} else {
|
||||
|
||||
// Open eventlog Div
|
||||
echo("<div style='margin: 4px; clear: both; padding: 5px;'>
|
||||
echo("<div class=front-eventlog>
|
||||
<h3>Recent Eventlog Entries</h3>
|
||||
");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user