mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Ensure that units are respected when sorting by file size in the File dialog. Fixes #4647
This commit is contained in:
committed by
Dave Page
parent
30c7effa50
commit
a7d8b9de8c
@@ -155,6 +155,7 @@ var webpackShimConfig = {
|
||||
'snap.svg': path.join(__dirname, './node_modules/snapsvg/dist/snap.svg-min'),
|
||||
'spectrum': path.join(__dirname, './node_modules/spectrum-colorpicker/spectrum'),
|
||||
'mousetrap': path.join(__dirname, './node_modules/mousetrap'),
|
||||
'tablesorter-metric': path.join(__dirname, './node_modules/tablesorter/dist/js/parsers/parser-metric.min'),
|
||||
|
||||
// AciTree
|
||||
'jquery.acitree': path.join(__dirname, './node_modules/acitree/js/jquery.aciTree.min'),
|
||||
|
||||
Reference in New Issue
Block a user