#10518 Added new menu

This commit is contained in:
Daniel Maya 2023-03-03 09:15:51 +01:00
parent 1c057773aa
commit ccb0d69edd
3 changed files with 6 additions and 4 deletions

View File

@ -301,12 +301,11 @@ function dbmgr_extension_main()
if (is_metaconsole() === true) {
// This adds a option in the operation menu.
extensions_add_meta_menu_option(
'DB interface',
__('DB interface'),
'PM',
'gextensions',
'database.png',
'v1r1',
'gdbman'
'v1r1'
);
extensions_add_meta_function('dbmgr_extension_main');

View File

@ -639,7 +639,6 @@ if ($alert_validate === true) {
}
if ($get_agent_alerts_datatable === true) {
hd('holaaaaaaaaaaaaaa', true);
// Datatables offset, limit and order.
$filter_alert = get_parameter('filter', []);
unset($filter_alert[0]);

View File

@ -640,6 +640,10 @@ select:-internal-list-box {
width: 20%;
}
.w21p {
width: 21%;
}
.w22p {
width: 22%;
}