#11142 Fix group view table
This commit is contained in:
parent
ba5e3a0f08
commit
b58a3a79fc
|
@ -229,6 +229,9 @@ if (empty($result_groups) === false) {
|
|||
|
||||
echo '<table class="info_table mrgn_top_10px" border="0" width="100%">';
|
||||
echo '<thead>';
|
||||
echo '<tr>';
|
||||
echo '<th colspan=14>'.__('Total items').': '.$count.'</th>';
|
||||
echo '</tr>';
|
||||
echo '<tr>';
|
||||
echo '<th colspan=2 ></th>';
|
||||
echo '<th colspan=6>'.__('Agents').'</th>';
|
||||
|
@ -238,13 +241,13 @@ if (empty($result_groups) === false) {
|
|||
echo '<tr>';
|
||||
echo "<th class='w26px'>".__('Force').'</th>';
|
||||
echo "<th width='30%' class='mw60px' style='text-align: justify'>".__('Group').'/'.__('Tags').'</th>';
|
||||
echo "<th width='10%' class='mw60px center'>".__('Total').'</th>';
|
||||
echo "<th class='center'>".__('Total').'</th>';
|
||||
echo "<th width='10%' class='mw60px center'>".__('Unknown').'</th>';
|
||||
echo "<th width='10%' class='mw60px center'>".__('Not init').'</th>';
|
||||
echo "<th width='10%' class='mw60px center'>".__('Normal').'</th>';
|
||||
echo "<th width='10%' class='mw60px center'>".__('Warning').'</th>';
|
||||
echo "<th width='10%' class='mw60px center'>".__('Critical').'</th>';
|
||||
echo "<th width='10%' class='mw60px center'>".__('Unknown').'</th>';
|
||||
echo "<th class='center'>".__('Unknown').'</th>';
|
||||
echo "<th width='10%' class='mw60px center'>".__('Not init').'</th>';
|
||||
echo "<th width='10%' class='mw60px center'>".__('Normal').'</th>';
|
||||
echo "<th width='10%' class='mw60px center'>".__('Warning').'</th>';
|
||||
|
|
Loading…
Reference in New Issue