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/actions.phtml') ?>
|
||||
<?= $this->render('show/components/flapping.phtml') ?>
|
||||
<?= $this->render('show/components/perfdata.phtml') ?>
|
||||
<?= $this->render('show/components/hostgroups.phtml') ?>
|
||||
<?= $this->render('show/components/perfdata.phtml') ?>
|
||||
<tr><td colspan="2"><h2><?= $this->translate('Notifications') ?></h2></td></tr>
|
||||
<?= $this->render('show/components/notifications.phtml') ?>
|
||||
<?= $this->render('show/components/contacts.phtml') ?>
|
||||
|
|
|
@ -18,8 +18,8 @@
|
|||
<?= $this->render('show/components/notes.phtml') ?>
|
||||
<?= $this->render('show/components/actions.phtml') ?>
|
||||
<?= $this->render('show/components/flapping.phtml') ?>
|
||||
<?= $this->render('show/components/perfdata.phtml') ?>
|
||||
<?= $this->render('show/components/servicegroups.phtml') ?>
|
||||
<?= $this->render('show/components/perfdata.phtml') ?>
|
||||
<tr><td colspan="2"><h2><?= $this->translate('Notifications') ?></h2></td></tr>
|
||||
<?= $this->render('show/components/notifications.phtml') ?>
|
||||
<?= $this->render('show/components/contacts.phtml') ?>
|
||||
|
|
|
@ -158,8 +158,13 @@ table.avp {
|
|||
th {
|
||||
font-weight: normal;
|
||||
font-size: 0.875em;
|
||||
padding-top: 0.2em;
|
||||
padding-bottom: 0.3em;
|
||||
padding-top: 0.25em;
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-size: 0.875em;
|
||||
line-height: 1.2em;
|
||||
padding-bottom: 0.1em;
|
||||
}
|
||||
|
||||
td {
|
||||
|
@ -168,6 +173,9 @@ table.avp {
|
|||
th, td {
|
||||
padding: 0;
|
||||
}
|
||||
td {
|
||||
line-height: 1.5em;
|
||||
}
|
||||
}
|
||||
|
||||
a, button.link-like {
|
||||
|
|
Loading…
Reference in New Issue