mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-28 16:24:04 +02:00
parent
dfc9c10589
commit
ffb54e0ecb
@ -34,5 +34,5 @@ if ($navigation->isEmpty()) {
|
|||||||
?>
|
?>
|
||||||
<tr>
|
<tr>
|
||||||
<th><?= $this->translate('Actions'); ?></th>
|
<th><?= $this->translate('Actions'); ?></th>
|
||||||
<?= $navigation->getRenderer()->setElementTag('td'); ?>
|
<?= $navigation->getRenderer()->setElementTag('td')->setCssClass('actions'); ?>
|
||||||
</tr>
|
</tr>
|
@ -38,5 +38,5 @@ if ($navigation->isEmpty()) {
|
|||||||
?>
|
?>
|
||||||
<tr>
|
<tr>
|
||||||
<th><?= $this->translate('Notes'); ?></th>
|
<th><?= $this->translate('Notes'); ?></th>
|
||||||
<?= $navigation->getRenderer()->setElementTag('td'); ?>
|
<?= $navigation->getRenderer()->setElementTag('td')->setCssClass('notes'); ?>
|
||||||
</tr>
|
</tr>
|
@ -17,6 +17,11 @@ table.action td .pluginoutput {
|
|||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
td.notes ul.nav,
|
||||||
|
td.actions ul.nav {
|
||||||
|
.non-list-like-list;
|
||||||
|
}
|
||||||
|
|
||||||
div.pluginoutput {
|
div.pluginoutput {
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
color: #888;
|
color: #888;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user