summaryrefslogtreecommitdiffstats
path: root/usecaseui-monitor/src/main/webapp/app/uui/fusion/scripts/controller/performance-detailsController.js
diff options
context:
space:
mode:
authorshentao <shentao@chinamobile.com>2017-09-18 20:41:28 +0800
committershentao <shentao@chinamobile.com>2017-09-18 20:41:44 +0800
commit290e9b481168cbb753758ffbe95765e77233ebd6 (patch)
tree7cd40a54e1fbe6e51009e42bc1ebadcc1add9032 /usecaseui-monitor/src/main/webapp/app/uui/fusion/scripts/controller/performance-detailsController.js
parent20b443f877ad93ef52de6fe8bc1af48546dc8c86 (diff)
Upload source code of monitor pages
Change-Id: I7fdb2239cebe69f990feafecb6460296aca04ead Issue-Id: USECASEUI-33 Signed-off-by: shentao <shentao@chinamobile.com>
Diffstat (limited to 'usecaseui-monitor/src/main/webapp/app/uui/fusion/scripts/controller/performance-detailsController.js')
-rw-r--r--usecaseui-monitor/src/main/webapp/app/uui/fusion/scripts/controller/performance-detailsController.js9
1 files changed, 9 insertions, 0 deletions
diff --git a/usecaseui-monitor/src/main/webapp/app/uui/fusion/scripts/controller/performance-detailsController.js b/usecaseui-monitor/src/main/webapp/app/uui/fusion/scripts/controller/performance-detailsController.js
new file mode 100644
index 00000000..4c38bf35
--- /dev/null
+++ b/usecaseui-monitor/src/main/webapp/app/uui/fusion/scripts/controller/performance-detailsController.js
@@ -0,0 +1,9 @@
+app.controller('pertabCtrl',['$scope',function ($scope) {
+
+ $scope.tabes = [
+ { title:'one hour'},
+ { title:'one day', content:'' },
+ { title:'one month', content:'Dynamic content 2' },
+ { title:'one year', content:'Dynamic content 2' }
+ ];
+}]);