Merge branch 'ent-11142-bugs-visuales-en-group-view' into 'develop'

Ent 11142 bugs visuales en group view

See merge request artica/pandorafms!5882
This commit is contained in:
Matias Didier 2023-05-22 08:25:00 +00:00
commit a3787bf2ab
1 changed files with 5 additions and 2 deletions

View File

@ -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>';