summaryrefslogtreecommitdiffstats
path: root/usecaseui-monitor/src/main/webapp/app/uui/fusion/scripts/view-models/performance.html
diff options
context:
space:
mode:
Diffstat (limited to 'usecaseui-monitor/src/main/webapp/app/uui/fusion/scripts/view-models/performance.html')
-rw-r--r--usecaseui-monitor/src/main/webapp/app/uui/fusion/scripts/view-models/performance.html41
1 files changed, 41 insertions, 0 deletions
diff --git a/usecaseui-monitor/src/main/webapp/app/uui/fusion/scripts/view-models/performance.html b/usecaseui-monitor/src/main/webapp/app/uui/fusion/scripts/view-models/performance.html
new file mode 100644
index 00000000..f2ae7b44
--- /dev/null
+++ b/usecaseui-monitor/src/main/webapp/app/uui/fusion/scripts/view-models/performance.html
@@ -0,0 +1,41 @@
+<div class="templatemo-content-wrapper">
+ <div class="templatemo-content">
+ <h1>Performance</h1>
+ <div class="row">
+ <div class="col-md-9" >
+ <div class="table-responsive">
+ <h4 class="margin-bottom-15">Another Table of Existing Users</h4>
+ </div>
+ </div>
+ </div>
+
+ <div ng-controller="perGridCtrl">
+ <ul id="list">
+ <li>cpu <input type="text" /></li>
+ <li>state <input type="text" /></li>
+ <li>memory<input type="text" /></li>
+ <button>search</button>
+</ul>
+<ul id="list" ng-show='menuState.show'>
+ <li>disk <input type="text"/></li>
+ <li>Network <input type="text"/></li>
+</ul>
+ <div class="row">
+ <div class="col-md-5" style="border-top:1px dotted #ddd">
+ </div>
+ <div class="col-md-2" style="border:1px dotted #ddd;border-top:none;text-align:center" ng-click="toggleMenu()">
+ <span class="caret"></span>
+ </div>
+ <div class="col-md-5" style="border-top:1px dotted #ddd">
+ </div>
+ </div>
+ <div ui-grid="gridOptions" style="width: 100%;margin-top:10px; height: 500px; text-align: center;" ui-grid-edit ui-grid-pagination
+ ui-grid-selection ui-grid-resize-columns ui-grid-auto-resize>
+ </div>
+ </div>
+ </div>
+ </div>
+
+
+
+