Allow connections to be coloured in the treeview and query tool. Fixes #1383. Fixes #2802

This commit is contained in:
Murtuza Zabuawala
2017-11-21 16:28:01 +00:00
committed by Dave Page
parent 9212699936
commit b284572afe
19 changed files with 365 additions and 30 deletions

View File

@@ -111,6 +111,10 @@ var webpackShimConfig = {
'pgadmin.browser.messages': {
'deps': ['pgadmin.browser.datamodel'],
},
'spectrum': {
'deps': ['jquery'],
'exports': '$.fn.spectrum',
},
},
// Map module id to file path used in 'define(['baseurl', 'misc']). It is
@@ -138,6 +142,7 @@ var webpackShimConfig = {
'dropzone': path.join(__dirname, './node_modules/dropzone/dist/dropzone'),
'bignumber': path.join(__dirname, './node_modules/bignumber.js/bignumber'),
'snap.svg': path.join(__dirname, './node_modules/snapsvg/dist/snap.svg'),
'spectrum': path.join(__dirname, './node_modules/spectrum-colorpicker/spectrum'),
// AciTree
'jquery.acitree': path.join(__dirname, './node_modules/acitree/js/jquery.aciTree.min'),