aboutsummaryrefslogtreecommitdiffstats
path: root/usecaseui-monitor/src/main/webapp/app/uui/fusion/scripts/view-models/performance-chart.html
diff options
context:
space:
mode:
authorshentao <shentao@chinamobile.com>2017-11-15 16:38:31 +0800
committershentao <shentao@chinamobile.com>2017-11-15 16:38:39 +0800
commit6aba266b3cf20c8caa41fd246772ebc344051df8 (patch)
treea9d1326f6c79baa617c51b5fd7a04091ac272b0c /usecaseui-monitor/src/main/webapp/app/uui/fusion/scripts/view-models/performance-chart.html
parent2e29c8babdb01a46604f8fd356dc1aad563942e9 (diff)
Fix monitor display bugs
Change-Id: I14e0e35331049d480beed1fdf721df1bf81dd4ba Issue-Id: USECASEUI-54 Signed-off-by: shentao <shentao@chinamobile.com>
Diffstat (limited to 'usecaseui-monitor/src/main/webapp/app/uui/fusion/scripts/view-models/performance-chart.html')
-rw-r--r--usecaseui-monitor/src/main/webapp/app/uui/fusion/scripts/view-models/performance-chart.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/usecaseui-monitor/src/main/webapp/app/uui/fusion/scripts/view-models/performance-chart.html b/usecaseui-monitor/src/main/webapp/app/uui/fusion/scripts/view-models/performance-chart.html
index 9f9ccbb3..eb6c50fb 100644
--- a/usecaseui-monitor/src/main/webapp/app/uui/fusion/scripts/view-models/performance-chart.html
+++ b/usecaseui-monitor/src/main/webapp/app/uui/fusion/scripts/view-models/performance-chart.html
@@ -94,13 +94,13 @@
</div>
</div>
<div ng-show="goIsShow" style="float:left">
- <button style="padding-top:6px;" class="btn btn-default" ng-click="genDiagram()">Go</button>
+ <button style="padding-top:6px;" class="btn btn-default" ng-click="genDiagram()">submit</button>
</div>
</p>
</div>
<div class="col-md-12 col-sm-12" >
- <div class="panel panel-success">
+ <div class="panel panel-success" ng-show="chartShow">
<div class="panel-heading">Chart
<button ng-click="generateCsv('cpu');" class="btn btn-primary" style="float: right;margin-top:-7px;display: none ">CSV</button>
</div>