diff options
| author | Horus_Arch | 2015-02-26 02:40:52 +0100 |
|---|---|---|
| committer | Horus_Arch | 2015-02-26 02:40:52 +0100 |
| commit | 64ae2edb5a97f05f5592f58422adbc6ac089f9e8 (patch) | |
| tree | b375a73ec6bd0698d27cd01ef4307e62e9c1fa6d /views/admin.html.copy | |
| parent | 49ffcba2c3c4a19d147dd792d7f6c99b7545a491 (diff) | |
| download | statuspage-64ae2edb5a97f05f5592f58422adbc6ac089f9e8.tar.gz | |
Clean up. More backend code. Better UX and design.
Diffstat (limited to 'views/admin.html.copy')
| -rw-r--r-- | views/admin.html.copy | 45 |
1 files changed, 0 insertions, 45 deletions
diff --git a/views/admin.html.copy b/views/admin.html.copy deleted file mode 100644 index 17f5c87..0000000 --- a/views/admin.html.copy +++ /dev/null @@ -1,45 +0,0 @@ -{{template "header.html"}} -{{template "navbar.html"}} - -<div class="container"> - <div class="row"> -{{range .Error}} -<h4 class="col-md-4 col-md-offset-4 alert alert-danger alert-dismissible" role="alert"> - <button type="button" class="close" data-dismiss="alert" aria-label="close"><span aria-hidden="true">×</span></button> - {{.}} -</h4> -{{end}} -{{range .Success}} -<h4 class="col-md-4 col-md-offset-4 alert alert-success alert-dismissible" role="alert"> - <button type="button" class="close" data-dismiss="alert" aria-label="close"><span aria-hidden="true">×</span></button> - {{.}} -</h4> -{{end}} - <button class="btn btn-primary btn-raised"><span class="glyphicon glyphicon-refresh"></span> Reload</button> - <button class="btn btn-primary btn-raised" data-toggle="modal" data-target="#jobs_modal"><span class="glyphicon glyphicon-plus-sign"></span> Reload</button> - <table class="table table-striped table-hover "> - <thead> - <th>#</th> - <th>Host</th> - <th>Url</th> - <th>Status</th> - <!--th>Status Code</th--> - <th>Failure Reason</th> - </thead> - <tbody> -{{range $index, $results := .}} - <tr class="{{.Class}}"> - <td>{{add $index 1}}</td> - <td>{{.Host}}</td> - <td>{{.Url}}</td> - <td>{{.Status}}</td> - <!--td>{{.StatusCode}}</td--> - <td>{{.Reason}}</td> - </tr> -{{end}} - </tbody> - </table> - </div> -</div> -{{template "jobs_modal.html"}} -{{template "footer.html"}} |
