Add right border on selected tree item.

This commit is contained in:
Aditya Toshniwal
2019-01-17 13:27:07 +05:30
committed by Akshay Joshi
parent c1aba3e055
commit f779378e8a
3 changed files with 9 additions and 13 deletions

View File

@@ -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)