mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 07:44:04 +02:00
monitoring/details: more styling
This commit is contained in:
parent
892ab4ba1f
commit
fb921a9518
@ -18,8 +18,8 @@
|
|||||||
<?= $this->render('show/components/notes.phtml') ?>
|
<?= $this->render('show/components/notes.phtml') ?>
|
||||||
<?= $this->render('show/components/actions.phtml') ?>
|
<?= $this->render('show/components/actions.phtml') ?>
|
||||||
<?= $this->render('show/components/flapping.phtml') ?>
|
<?= $this->render('show/components/flapping.phtml') ?>
|
||||||
<?= $this->render('show/components/perfdata.phtml') ?>
|
|
||||||
<?= $this->render('show/components/hostgroups.phtml') ?>
|
<?= $this->render('show/components/hostgroups.phtml') ?>
|
||||||
|
<?= $this->render('show/components/perfdata.phtml') ?>
|
||||||
<tr><td colspan="2"><h2><?= $this->translate('Notifications') ?></h2></td></tr>
|
<tr><td colspan="2"><h2><?= $this->translate('Notifications') ?></h2></td></tr>
|
||||||
<?= $this->render('show/components/notifications.phtml') ?>
|
<?= $this->render('show/components/notifications.phtml') ?>
|
||||||
<?= $this->render('show/components/contacts.phtml') ?>
|
<?= $this->render('show/components/contacts.phtml') ?>
|
||||||
|
@ -18,8 +18,8 @@
|
|||||||
<?= $this->render('show/components/notes.phtml') ?>
|
<?= $this->render('show/components/notes.phtml') ?>
|
||||||
<?= $this->render('show/components/actions.phtml') ?>
|
<?= $this->render('show/components/actions.phtml') ?>
|
||||||
<?= $this->render('show/components/flapping.phtml') ?>
|
<?= $this->render('show/components/flapping.phtml') ?>
|
||||||
<?= $this->render('show/components/perfdata.phtml') ?>
|
|
||||||
<?= $this->render('show/components/servicegroups.phtml') ?>
|
<?= $this->render('show/components/servicegroups.phtml') ?>
|
||||||
|
<?= $this->render('show/components/perfdata.phtml') ?>
|
||||||
<tr><td colspan="2"><h2><?= $this->translate('Notifications') ?></h2></td></tr>
|
<tr><td colspan="2"><h2><?= $this->translate('Notifications') ?></h2></td></tr>
|
||||||
<?= $this->render('show/components/notifications.phtml') ?>
|
<?= $this->render('show/components/notifications.phtml') ?>
|
||||||
<?= $this->render('show/components/contacts.phtml') ?>
|
<?= $this->render('show/components/contacts.phtml') ?>
|
||||||
|
@ -158,8 +158,13 @@ table.avp {
|
|||||||
th {
|
th {
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-size: 0.875em;
|
font-size: 0.875em;
|
||||||
padding-top: 0.2em;
|
padding-top: 0.25em;
|
||||||
padding-bottom: 0.3em;
|
}
|
||||||
|
|
||||||
|
h2 {
|
||||||
|
font-size: 0.875em;
|
||||||
|
line-height: 1.2em;
|
||||||
|
padding-bottom: 0.1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
td {
|
td {
|
||||||
@ -168,6 +173,9 @@ table.avp {
|
|||||||
th, td {
|
th, td {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
td {
|
||||||
|
line-height: 1.5em;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
a, button.link-like {
|
a, button.link-like {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user