diff options
Diffstat (limited to 'web/gulpfile.js')
| -rw-r--r-- | web/gulpfile.js | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/web/gulpfile.js b/web/gulpfile.js index be44081d..f34bc4a8 100644 --- a/web/gulpfile.js +++ b/web/gulpfile.js @@ -38,9 +38,10 @@ var path = {              'js/stores/base.js',              'js/stores/settingstore.js',              'js/stores/eventlogstore.js', +            'js/stores/flowstore.js',              'js/connection.js',              'js/components/header.jsx', -            'js/components/traffictable.jsx', +            'js/components/flowtable.jsx',              'js/components/eventlog.jsx',              'js/components/footer.jsx',              'js/components/proxyapp.jsx',  | 
