mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Add right border on selected tree item.
This commit is contained in:
committed by
Akshay Joshi
parent
c1aba3e055
commit
f779378e8a
@@ -43,6 +43,7 @@ define('pgadmin.node.procedure', [
|
||||
hasDepends: true,
|
||||
hasStatistics: true,
|
||||
hasScriptTypes: ['create', 'exec'],
|
||||
width: pgBrowser.stdW.md + 'px',
|
||||
Init: function() {
|
||||
/* Avoid mulitple registration of menus */
|
||||
if (this.proc_initialized)
|
||||
|
||||
Reference in New Issue
Block a user