Hostgroups view: reduce "Last Problem" column's width

This commit is contained in:
Alexander A. Klimov 2015-05-15 12:34:59 +02:00
parent c7d1a7211f
commit 8b08473341
2 changed files with 5 additions and 1 deletions

View File

@ -20,7 +20,7 @@ if (count($hostgroups) === 0) {
?>
<table class="groupview action" data-base-target="_next">
<thead>
<th><?= $this->translate('Last Problem'); ?></th>
<th class="state"><?= $this->translate('Last Problem'); ?></th>
<th><?= $this->translate('Host Group'); ?></th>
<th><?= $this->translate('Total Hosts'); ?></th>
<th><?= $this->translate('Host States'); ?></th>

View File

@ -169,6 +169,10 @@ table.benchmark {
width: 96%;
}
table.groupview th.state {
width: 9em;
}
.dashboard h1 {
font-size: 1em;
}