aboutsummaryrefslogtreecommitdiff
path: root/static/testreporter/templates/report_private.html
diff options
context:
space:
mode:
Diffstat (limited to 'static/testreporter/templates/report_private.html')
-rw-r--r--static/testreporter/templates/report_private.html24
1 files changed, 24 insertions, 0 deletions
diff --git a/static/testreporter/templates/report_private.html b/static/testreporter/templates/report_private.html
new file mode 100644
index 0000000..5db2cd9
--- /dev/null
+++ b/static/testreporter/templates/report_private.html
@@ -0,0 +1,24 @@
+<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 ng-include="'/static/testreporter/templates/report.html'"></div>