pgadmin4/web/pgadmin/browser/templates/browser/css
Ashesh Vashi 87f9834951 Allow to create sub-menu/menu-group by specify the same category in
multiple menu-items (not just the 'create' menu-group).

Moved all the main menu/context menu generation implementation in the
'menu' javascript menu.

In this implementation, if more than one menu-items specify same type
of categories, they will be created withing that group, otherwise - it
will be created separately (unless 'single' property of that category is
set to true).

We can also provide icon, priority, separator(s) above/below it for the
individual sub-menu too using pgAdmin.Browser.add_menu_category
function(...).
2016-03-21 23:56:08 +05:30
..
browser.css Introduced a PgAdmin class inherited from the Flask, which looks for 2015-06-29 12:28:41 +05:30
collection.css Adding support for collection browser node. 2015-11-17 11:53:14 +05:30
node.css Allow to create sub-menu/menu-group by specify the same category in 2016-03-21 23:56:08 +05:30