mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 16:24:54 +02:00
#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) {
|
if (is_metaconsole() === true) {
|
||||||
// This adds a option in the operation menu.
|
// This adds a option in the operation menu.
|
||||||
extensions_add_meta_menu_option(
|
extensions_add_meta_menu_option(
|
||||||
'DB interface',
|
__('DB interface'),
|
||||||
'PM',
|
'PM',
|
||||||
'gextensions',
|
'gextensions',
|
||||||
'database.png',
|
'database.png',
|
||||||
'v1r1',
|
'v1r1'
|
||||||
'gdbman'
|
|
||||||
);
|
);
|
||||||
|
|
||||||
extensions_add_meta_function('dbmgr_extension_main');
|
extensions_add_meta_function('dbmgr_extension_main');
|
||||||
|
@ -639,7 +639,6 @@ if ($alert_validate === true) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if ($get_agent_alerts_datatable === true) {
|
if ($get_agent_alerts_datatable === true) {
|
||||||
hd('holaaaaaaaaaaaaaa', true);
|
|
||||||
// Datatables offset, limit and order.
|
// Datatables offset, limit and order.
|
||||||
$filter_alert = get_parameter('filter', []);
|
$filter_alert = get_parameter('filter', []);
|
||||||
unset($filter_alert[0]);
|
unset($filter_alert[0]);
|
||||||
|
@ -640,6 +640,10 @@ select:-internal-list-box {
|
|||||||
width: 20%;
|
width: 20%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.w21p {
|
||||||
|
width: 21%;
|
||||||
|
}
|
||||||
|
|
||||||
.w22p {
|
.w22p {
|
||||||
width: 22%;
|
width: 22%;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user