From c7c59e9de7b510d01e90d3e061479dc303f795c2 Mon Sep 17 00:00:00 2001 From: Eric Zhao Date: Wed, 19 Dec 2018 16:42:40 +0800 Subject: [PATCH] Move local frontend lib assets from dist to lib directory Signed-off-by: Eric Zhao --- .../src/main/webapp/resources/index.htm | 18 +++++++++--------- .../{dist => lib}/css/bootstrap.min.css | 0 .../{dist => lib}/css/font-awesome.min.css | 0 .../fonts/fontawesome-webfont.ttf | Bin .../fonts/fontawesome-webfont.woff | Bin .../fonts/fontawesome-webfont.woff2 | Bin .../fonts/glyphicons-halflings-regular.ttf | Bin .../fonts/glyphicons-halflings-regular.woff | Bin .../resources/{dist => lib}/js/angular.min.js | 0 .../{dist => lib}/js/bootstrap.min.js | 0 .../resources/{dist => lib}/js/g2.min.js | 0 .../resources/{dist => lib}/js/jquery.min.js | 0 12 files changed, 9 insertions(+), 9 deletions(-) rename sentinel-dashboard/src/main/webapp/resources/{dist => lib}/css/bootstrap.min.css (100%) rename sentinel-dashboard/src/main/webapp/resources/{dist => lib}/css/font-awesome.min.css (100%) rename sentinel-dashboard/src/main/webapp/resources/{dist => lib}/fonts/fontawesome-webfont.ttf (100%) rename sentinel-dashboard/src/main/webapp/resources/{dist => lib}/fonts/fontawesome-webfont.woff (100%) rename sentinel-dashboard/src/main/webapp/resources/{dist => lib}/fonts/fontawesome-webfont.woff2 (100%) rename sentinel-dashboard/src/main/webapp/resources/{dist => lib}/fonts/glyphicons-halflings-regular.ttf (100%) rename sentinel-dashboard/src/main/webapp/resources/{dist => lib}/fonts/glyphicons-halflings-regular.woff (100%) rename sentinel-dashboard/src/main/webapp/resources/{dist => lib}/js/angular.min.js (100%) rename sentinel-dashboard/src/main/webapp/resources/{dist => lib}/js/bootstrap.min.js (100%) rename sentinel-dashboard/src/main/webapp/resources/{dist => lib}/js/g2.min.js (100%) rename sentinel-dashboard/src/main/webapp/resources/{dist => lib}/js/jquery.min.js (100%) diff --git a/sentinel-dashboard/src/main/webapp/resources/index.htm b/sentinel-dashboard/src/main/webapp/resources/index.htm index 4268be12..3c833412 100755 --- a/sentinel-dashboard/src/main/webapp/resources/index.htm +++ b/sentinel-dashboard/src/main/webapp/resources/index.htm @@ -7,22 +7,22 @@ - - - + + +
- - - - + + + + - - + + \ No newline at end of file diff --git a/sentinel-dashboard/src/main/webapp/resources/dist/css/bootstrap.min.css b/sentinel-dashboard/src/main/webapp/resources/lib/css/bootstrap.min.css similarity index 100% rename from sentinel-dashboard/src/main/webapp/resources/dist/css/bootstrap.min.css rename to sentinel-dashboard/src/main/webapp/resources/lib/css/bootstrap.min.css diff --git a/sentinel-dashboard/src/main/webapp/resources/dist/css/font-awesome.min.css b/sentinel-dashboard/src/main/webapp/resources/lib/css/font-awesome.min.css similarity index 100% rename from sentinel-dashboard/src/main/webapp/resources/dist/css/font-awesome.min.css rename to sentinel-dashboard/src/main/webapp/resources/lib/css/font-awesome.min.css diff --git a/sentinel-dashboard/src/main/webapp/resources/dist/fonts/fontawesome-webfont.ttf b/sentinel-dashboard/src/main/webapp/resources/lib/fonts/fontawesome-webfont.ttf similarity index 100% rename from sentinel-dashboard/src/main/webapp/resources/dist/fonts/fontawesome-webfont.ttf rename to sentinel-dashboard/src/main/webapp/resources/lib/fonts/fontawesome-webfont.ttf diff --git a/sentinel-dashboard/src/main/webapp/resources/dist/fonts/fontawesome-webfont.woff b/sentinel-dashboard/src/main/webapp/resources/lib/fonts/fontawesome-webfont.woff similarity index 100% rename from sentinel-dashboard/src/main/webapp/resources/dist/fonts/fontawesome-webfont.woff rename to sentinel-dashboard/src/main/webapp/resources/lib/fonts/fontawesome-webfont.woff diff --git a/sentinel-dashboard/src/main/webapp/resources/dist/fonts/fontawesome-webfont.woff2 b/sentinel-dashboard/src/main/webapp/resources/lib/fonts/fontawesome-webfont.woff2 similarity index 100% rename from sentinel-dashboard/src/main/webapp/resources/dist/fonts/fontawesome-webfont.woff2 rename to sentinel-dashboard/src/main/webapp/resources/lib/fonts/fontawesome-webfont.woff2 diff --git a/sentinel-dashboard/src/main/webapp/resources/dist/fonts/glyphicons-halflings-regular.ttf b/sentinel-dashboard/src/main/webapp/resources/lib/fonts/glyphicons-halflings-regular.ttf similarity index 100% rename from sentinel-dashboard/src/main/webapp/resources/dist/fonts/glyphicons-halflings-regular.ttf rename to sentinel-dashboard/src/main/webapp/resources/lib/fonts/glyphicons-halflings-regular.ttf diff --git a/sentinel-dashboard/src/main/webapp/resources/dist/fonts/glyphicons-halflings-regular.woff b/sentinel-dashboard/src/main/webapp/resources/lib/fonts/glyphicons-halflings-regular.woff similarity index 100% rename from sentinel-dashboard/src/main/webapp/resources/dist/fonts/glyphicons-halflings-regular.woff rename to sentinel-dashboard/src/main/webapp/resources/lib/fonts/glyphicons-halflings-regular.woff diff --git a/sentinel-dashboard/src/main/webapp/resources/dist/js/angular.min.js b/sentinel-dashboard/src/main/webapp/resources/lib/js/angular.min.js similarity index 100% rename from sentinel-dashboard/src/main/webapp/resources/dist/js/angular.min.js rename to sentinel-dashboard/src/main/webapp/resources/lib/js/angular.min.js diff --git a/sentinel-dashboard/src/main/webapp/resources/dist/js/bootstrap.min.js b/sentinel-dashboard/src/main/webapp/resources/lib/js/bootstrap.min.js similarity index 100% rename from sentinel-dashboard/src/main/webapp/resources/dist/js/bootstrap.min.js rename to sentinel-dashboard/src/main/webapp/resources/lib/js/bootstrap.min.js diff --git a/sentinel-dashboard/src/main/webapp/resources/dist/js/g2.min.js b/sentinel-dashboard/src/main/webapp/resources/lib/js/g2.min.js similarity index 100% rename from sentinel-dashboard/src/main/webapp/resources/dist/js/g2.min.js rename to sentinel-dashboard/src/main/webapp/resources/lib/js/g2.min.js diff --git a/sentinel-dashboard/src/main/webapp/resources/dist/js/jquery.min.js b/sentinel-dashboard/src/main/webapp/resources/lib/js/jquery.min.js similarity index 100% rename from sentinel-dashboard/src/main/webapp/resources/dist/js/jquery.min.js rename to sentinel-dashboard/src/main/webapp/resources/lib/js/jquery.min.js