mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
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:
commit
d046e82208
@ -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>';
|
||||
|
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user