From d63a08e56716358ea4daa30d3050fa01df65a837 Mon Sep 17 00:00:00 2001 From: Jeremy Plsek Date: Fri, 20 Dec 2019 10:50:41 -0500 Subject: js: use npm instead of bower Bower is considered deprecated, so switch to npm. - Update all dependencies - Use npm's version of mxgraph - Use npm's version of jquery - Use npm's version of plotly - Fix mxgraph to use styles and images from the correct location - Removed random csrf token input in nav bar and use js to get csrf token - Remove all calendar and some resource files since they were not used Change-Id: I30d6bd91cded9547caa4c0a5247cd9f214fe9798 Signed-off-by: Jeremy Plsek --- src/static/img/mxgraph/icons48/column.png | Bin 1787 -> 0 bytes src/static/img/mxgraph/icons48/earth.png | Bin 4520 -> 0 bytes src/static/img/mxgraph/icons48/gear.png | Bin 4418 -> 0 bytes src/static/img/mxgraph/icons48/keys.png | Bin 4295 -> 0 bytes src/static/img/mxgraph/icons48/mail_new.png | Bin 3944 -> 0 bytes src/static/img/mxgraph/icons48/server.png | Bin 3556 -> 0 bytes src/static/img/mxgraph/icons48/table.png | Bin 1574 -> 0 bytes 7 files changed, 0 insertions(+), 0 deletions(-) delete mode 100644 src/static/img/mxgraph/icons48/column.png delete mode 100644 src/static/img/mxgraph/icons48/earth.png delete mode 100644 src/static/img/mxgraph/icons48/gear.png delete mode 100644 src/static/img/mxgraph/icons48/keys.png delete mode 100644 src/static/img/mxgraph/icons48/mail_new.png delete mode 100644 src/static/img/mxgraph/icons48/server.png delete mode 100644 src/static/img/mxgraph/icons48/table.png (limited to 'src/static/img/mxgraph/icons48') diff --git a/src/static/img/mxgraph/icons48/column.png b/src/static/img/mxgraph/icons48/column.png deleted file mode 100644 index 5ae2c24..0000000 Binary files a/src/static/img/mxgraph/icons48/column.png and /dev/null differ diff --git a/src/static/img/mxgraph/icons48/earth.png b/src/static/img/mxgraph/icons48/earth.png deleted file mode 100644 index 4493880..0000000 Binary files a/src/static/img/mxgraph/icons48/earth.png and /dev/null differ diff --git a/src/static/img/mxgraph/icons48/gear.png b/src/static/img/mxgraph/icons48/gear.png deleted file mode 100644 index 647d897..0000000 Binary files a/src/static/img/mxgraph/icons48/gear.png and /dev/null differ diff --git a/src/static/img/mxgraph/icons48/keys.png b/src/static/img/mxgraph/icons48/keys.png deleted file mode 100644 index 41828e4..0000000 Binary files a/src/static/img/mxgraph/icons48/keys.png and /dev/null differ diff --git a/src/static/img/mxgraph/icons48/mail_new.png b/src/static/img/mxgraph/icons48/mail_new.png deleted file mode 100644 index 16c6662..0000000 Binary files a/src/static/img/mxgraph/icons48/mail_new.png and /dev/null differ diff --git a/src/static/img/mxgraph/icons48/server.png b/src/static/img/mxgraph/icons48/server.png deleted file mode 100644 index 9621c6e..0000000 Binary files a/src/static/img/mxgraph/icons48/server.png and /dev/null differ diff --git a/src/static/img/mxgraph/icons48/table.png b/src/static/img/mxgraph/icons48/table.png deleted file mode 100644 index d4df646..0000000 Binary files a/src/static/img/mxgraph/icons48/table.png and /dev/null differ -- cgit 1.2.3-korg