fixed visual fails
This commit is contained in:
parent
971f86601a
commit
137a2c31ad
|
@ -754,7 +754,7 @@ if ($agents !== false) {
|
||||||
echo '</em>';
|
echo '</em>';
|
||||||
}
|
}
|
||||||
|
|
||||||
echo '</span><div class="left actions clear_left">';
|
echo '</span><div class="left actions clear_left" style="visibility: hidden">';
|
||||||
if ($check_aw) {
|
if ($check_aw) {
|
||||||
if ($agent['id_os'] == CLUSTER_OS_ID) {
|
if ($agent['id_os'] == CLUSTER_OS_ID) {
|
||||||
if (enterprise_installed()) {
|
if (enterprise_installed()) {
|
||||||
|
|
|
@ -709,7 +709,7 @@ $table->class = 'info_table';
|
||||||
|
|
||||||
$table->head = [];
|
$table->head = [];
|
||||||
$table->head[0] = __('Agent').ui_get_sorting_arrows($url_up_agente, $url_down_agente, $selectNameUp, $selectNameDown);
|
$table->head[0] = __('Agent').ui_get_sorting_arrows($url_up_agente, $url_down_agente, $selectNameUp, $selectNameDown);
|
||||||
$table->size[0] = '10%';
|
$table->size[0] = '12%';
|
||||||
|
|
||||||
$table->head[1] = __('Description').ui_get_sorting_arrows($url_up_description, $url_down_description, $selectDescriptionUp, $selectDescriptionDown);
|
$table->head[1] = __('Description').ui_get_sorting_arrows($url_up_description, $url_down_description, $selectDescriptionUp, $selectDescriptionDown);
|
||||||
$table->size[1] = '16%';
|
$table->size[1] = '16%';
|
||||||
|
|
Loading…
Reference in New Issue