mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 00:34:46 +02:00
#11644 action buttons select option delete agents
This commit is contained in:
parent
a0f1dacfae
commit
b80962cb55
@ -189,6 +189,14 @@ echo get_table_inputs_masive_agents($params);
|
|||||||
|
|
||||||
if (is_metaconsole() === true || is_management_allowed() === true) {
|
if (is_metaconsole() === true || is_management_allowed() === true) {
|
||||||
attachActionButton('delete', 'delete', '100%', false, $SelectAction);
|
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>';
|
echo '</form>';
|
||||||
|
@ -7606,6 +7606,10 @@ div.graph div.legend table {
|
|||||||
padding-bottom: 10px !important;
|
padding-bottom: 10px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.pdd_b_15px_important {
|
||||||
|
padding-bottom: 15px !important;
|
||||||
|
}
|
||||||
|
|
||||||
.pdd_b_20px {
|
.pdd_b_20px {
|
||||||
padding-bottom: 20px;
|
padding-bottom: 20px;
|
||||||
}
|
}
|
||||||
@ -7684,6 +7688,10 @@ div.graph div.legend table {
|
|||||||
padding-top: 15px;
|
padding-top: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.pdd_t_15px_important {
|
||||||
|
padding-top: 15px !important;
|
||||||
|
}
|
||||||
|
|
||||||
.pdd_t_20px {
|
.pdd_t_20px {
|
||||||
padding-top: 20px;
|
padding-top: 20px;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user