Merge branch 'ent-7151-errores-visuales-en-manage-agents-modo-details' into 'develop'
Ent 7151 errores visuales en manage agents modo details See merge request artica/pandorafms!3922
This commit is contained in:
commit
e59600c10b
|
@ -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