summaryrefslogtreecommitdiffstats
path: root/utils/test/reporting/pages/app/views/commons/admin.html
diff options
context:
space:
mode:
authorTrevor Bramwell <tbramwell@linuxfoundation.org>2017-11-21 00:46:35 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-11-21 00:46:35 +0000
commit174b299271189496bae4c4d6727ea26a7a098756 (patch)
treeb063e18c795988e38e1eb4afa74d4cbf9524f057 /utils/test/reporting/pages/app/views/commons/admin.html
parentfd65ec9e84ae025e6b903c403514405ba0bb0a61 (diff)
parentf11f26d23dabde24b0bcd67ac81b094aa89eb6c9 (diff)
Merge "Remove 'utils/test' Directory and update INFO"
Diffstat (limited to 'utils/test/reporting/pages/app/views/commons/admin.html')
-rw-r--r--utils/test/reporting/pages/app/views/commons/admin.html35
1 files changed, 0 insertions, 35 deletions
diff --git a/utils/test/reporting/pages/app/views/commons/admin.html b/utils/test/reporting/pages/app/views/commons/admin.html
deleted file mode 100644
index 25911ac96..000000000
--- a/utils/test/reporting/pages/app/views/commons/admin.html
+++ /dev/null
@@ -1,35 +0,0 @@
-<div class="row">
- <div classs="container">
- <div class="col-lg-12">
- <div class="ibox float-e-margins">
- <div class="ibox-content">
-
- <div>
- <h3 class="font-bold no-margins">
- My Scenarios
- </h3>
- <small>List all your Scenarios.</small>
- </div>
- <hr>
- <table class="table table-striped">
- <tbody>
- <tr ng-init="count=1" ng-click="showSelect(count)" ng-repeat=" list in scenarioList">
-
- <td> {{list}}</td>
- <td> <input type="checkbox"></i>
- </td>
-
- </tr>
- </tbody>
- </table>
-
- </div>
-
- </div>
- </div>
- </div>
- <div style="margin-top: 10px;" class="pull-right">
- <button class="btn btn-primary" ng-click="test()">Create</button>
- <button class="btn btn-primary" ng-click="test()">Delete</button>
- </div>
-</div> \ No newline at end of file