Create Catalogue page
[releng.git] / utils / test / reporting / pages / app / views / commons / admin.html
diff --git a/utils/test/reporting/pages/app/views/commons/admin.html b/utils/test/reporting/pages/app/views/commons/admin.html
new file mode 100644 (file)
index 0000000..25911ac
--- /dev/null
@@ -0,0 +1,35 @@
+<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