From 4c0e35fddda8b4fc99796a7b1b7886dbf13ecb9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=8E=E7=8E=89=E6=A1=94?= Date: Thu, 29 Aug 2019 20:34:15 +0800 Subject: [PATCH] dashboard: Add version info in the left top of dashboard --- .../app/scripts/directives/header/header.html | 2 +- .../resources/app/scripts/directives/header/header.js | 10 ++++++++-- .../resources/app/scripts/services/version_service.js | 10 ++++++++++ .../src/main/webapp/resources/dist/js/app.js | 2 +- .../src/main/webapp/resources/gulpfile.js | 1 + 5 files changed, 21 insertions(+), 4 deletions(-) create mode 100644 sentinel-dashboard/src/main/webapp/resources/app/scripts/services/version_service.js diff --git a/sentinel-dashboard/src/main/webapp/resources/app/scripts/directives/header/header.html b/sentinel-dashboard/src/main/webapp/resources/app/scripts/directives/header/header.html index baf239ee..4584e89b 100755 --- a/sentinel-dashboard/src/main/webapp/resources/app/scripts/directives/header/header.html +++ b/sentinel-dashboard/src/main/webapp/resources/app/scripts/directives/header/header.html @@ -1,7 +1,7 @@