mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-30 17:24:16 +02:00
Downtimes could look better, HTML still missing
This commit is contained in:
parent
6466c768be
commit
62ff31d4ee
@ -9,7 +9,7 @@ $helper = $this->getHelper('CommandForm');
|
|||||||
<?= $this->paginationControl($downtimes, null, null, array('preserve' => $this->preserve)); ?>
|
<?= $this->paginationControl($downtimes, null, null, array('preserve' => $this->preserve)); ?>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="content">
|
<div class="content downtimes">
|
||||||
<table class="action">
|
<table class="action">
|
||||||
<tbody>
|
<tbody>
|
||||||
<?php foreach ($this->downtimes as $downtime): ?>
|
<?php foreach ($this->downtimes as $downtime): ?>
|
||||||
|
@ -1,8 +1,9 @@
|
|||||||
table.action.comments td p {
|
table.action.comments td p, table.action.downtimes td p {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
font-size: 0.8em;
|
font-size: 0.8em;
|
||||||
}
|
}
|
||||||
|
|
||||||
table.action.comments td a {
|
table.action.comments td a, table.action.downtimes td a {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user