aboutsummaryrefslogtreecommitdiff
path: root/static/testreporter/templates/report.html
diff options
context:
space:
mode:
Diffstat (limited to 'static/testreporter/templates/report.html')
-rw-r--r--static/testreporter/templates/report.html24
1 files changed, 0 insertions, 24 deletions
diff --git a/static/testreporter/templates/report.html b/static/testreporter/templates/report.html
index ad8d9c8..46206c1 100644
--- a/static/testreporter/templates/report.html
+++ b/static/testreporter/templates/report.html
@@ -1,29 +1,6 @@
<div class="row">
<div class="col-lg-12">
- <div class="page-header">
- <h1>Report: <small>"//data.tag.name//"</small></h1>
- </div>
-
- <form role="form" ng-submit="submit()" >
-
- <div class="form-group" ng-class="{'has-error':error.description}">
- <label>Description:</label>
- <span class="help-inline" ng-bind="error.description"></span>
- <textarea class="form-control" ng-model="tag.description" rows="3"></textarea>
- </div>
-
- <button type="submit" class="btn btn-default btn-sm input-sm pull-right">
- Save
- </button>
- </form>
-
- </div>
-</div>
-
-<div class="row">
- <div class="col-lg-12">
-
<h2>Builds</h2>
<table class="table">
@@ -94,4 +71,3 @@
</div>
</div>
-