diff options
Diffstat (limited to 'utils/test/reporting/pages/app/views/commons/admin.html')
-rw-r--r-- | utils/test/reporting/pages/app/views/commons/admin.html | 35 |
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 |