#10518 Added new menu
This commit is contained in:
parent
1c057773aa
commit
ccb0d69edd
|
@ -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');
|
||||
|
|
|
@ -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]);
|
||||
|
|
|
@ -640,6 +640,10 @@ select:-internal-list-box {
|
|||
width: 20%;
|
||||
}
|
||||
|
||||
.w21p {
|
||||
width: 21%;
|
||||
}
|
||||
|
||||
.w22p {
|
||||
width: 22%;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue