Merge branch 'ent-11644-desaparece-selector-en-bulk-operations-en-nodo-centralizado' into 'develop'

Ent 11644 desaparece selector en bulk operations en nodo centralizado

See merge request artica/pandorafms!6168
This commit is contained in:
Rafael Ameijeiras 2023-07-25 11:04:38 +00:00
commit d046e82208
2 changed files with 16 additions and 0 deletions

View File

@ -189,6 +189,14 @@ echo get_table_inputs_masive_agents($params);
if (is_metaconsole() === true || is_management_allowed() === true) {
attachActionButton('delete', 'delete', '100%', false, $SelectAction);
} else {
html_print_action_buttons(
'',
[
'right_content' => $SelectAction,
'class' => 'pdd_t_15px_important pdd_b_15px_important',
]
);
}
echo '</form>';

View File

@ -7623,6 +7623,10 @@ div.graph div.legend table {
padding-bottom: 10px !important;
}
.pdd_b_15px_important {
padding-bottom: 15px !important;
}
.pdd_b_20px {
padding-bottom: 20px;
}
@ -7701,6 +7705,10 @@ div.graph div.legend table {
padding-top: 15px;
}
.pdd_t_15px_important {
padding-top: 15px !important;
}
.pdd_t_20px {
padding-top: 20px;
}