Merge branch 'ent-10518-nuevo-menu-metaconsola' into 'develop'

Draft: Ent 10518 nuevo menu metaconsola

See merge request artica/pandorafms!5573
This commit is contained in:
vgilc 2023-03-07 13:00:17 +00:00
commit 7c0259be78
2 changed files with 6 additions and 3 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

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