mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-24 14:24:41 +02:00
parent
3f1eca9baa
commit
6fbe65e415
@ -35,7 +35,7 @@
|
||||
'title' => sprintf($this->translate('Edit monitoring backend %s'), $backendName)
|
||||
)
|
||||
) ?>
|
||||
<span class="text-small">(<?= sprintf(
|
||||
<span class="config-label-meta">(<?= sprintf(
|
||||
$this->translate('Type: %s'),
|
||||
$this->escape($config->type === 'ido' ? 'IDO' : ucfirst($config->type))
|
||||
) ?>)
|
||||
@ -90,7 +90,7 @@
|
||||
'title' => sprintf($this->translate('Edit command transport %s'), $transportName)
|
||||
)
|
||||
); ?>
|
||||
<span class="text-small">(<?= sprintf(
|
||||
<span class="config-label-meta">(<?= sprintf(
|
||||
$this->translate('Type: %s'),
|
||||
$config->host !== null ? $this->translate('Remote') : $this->translate('Local')
|
||||
) ?>)
|
||||
|
@ -7,6 +7,11 @@
|
||||
font-size: @font-size-small;
|
||||
}
|
||||
|
||||
// Type information for backends in the monitoring config
|
||||
.config-label-meta {
|
||||
font-size: @font-size-small;
|
||||
}
|
||||
|
||||
// Column for counts, e.g. host group members
|
||||
.count-col {
|
||||
width: 4em;
|
||||
|
Loading…
x
Reference in New Issue
Block a user