mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-24 22:34:24 +02:00
Revert "Hostgroups view: reduce "Last Problem" column's width"
This reverts commit 8b084733413b74131100abf6a31efc02793695c5. Common table style is subject of #8935. refs #8054
This commit is contained in:
parent
8b08473341
commit
afe07f4814
@ -20,7 +20,7 @@ if (count($hostgroups) === 0) {
|
|||||||
?>
|
?>
|
||||||
<table class="groupview action" data-base-target="_next">
|
<table class="groupview action" data-base-target="_next">
|
||||||
<thead>
|
<thead>
|
||||||
<th class="state"><?= $this->translate('Last Problem'); ?></th>
|
<th><?= $this->translate('Last Problem'); ?></th>
|
||||||
<th><?= $this->translate('Host Group'); ?></th>
|
<th><?= $this->translate('Host Group'); ?></th>
|
||||||
<th><?= $this->translate('Total Hosts'); ?></th>
|
<th><?= $this->translate('Total Hosts'); ?></th>
|
||||||
<th><?= $this->translate('Host States'); ?></th>
|
<th><?= $this->translate('Host States'); ?></th>
|
||||||
|
@ -169,10 +169,6 @@ table.benchmark {
|
|||||||
width: 96%;
|
width: 96%;
|
||||||
}
|
}
|
||||||
|
|
||||||
table.groupview th.state {
|
|
||||||
width: 9em;
|
|
||||||
}
|
|
||||||
|
|
||||||
.dashboard h1 {
|
.dashboard h1 {
|
||||||
font-size: 1em;
|
font-size: 1em;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user