#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) {
|
||||
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>';
|
||||
|
|
|
@ -7606,6 +7606,10 @@ div.graph div.legend table {
|
|||
padding-bottom: 10px !important;
|
||||
}
|
||||
|
||||
.pdd_b_15px_important {
|
||||
padding-bottom: 15px !important;
|
||||
}
|
||||
|
||||
.pdd_b_20px {
|
||||
padding-bottom: 20px;
|
||||
}
|
||||
|
@ -7684,6 +7688,10 @@ div.graph div.legend table {
|
|||
padding-top: 15px;
|
||||
}
|
||||
|
||||
.pdd_t_15px_important {
|
||||
padding-top: 15px !important;
|
||||
}
|
||||
|
||||
.pdd_t_20px {
|
||||
padding-top: 20px;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue