Semaphore/public/html/dashboard.jade

11 lines
410 B
Plaintext
Raw Normal View History

.container-fluid
.row
.col-md-8
ul
li Scheduled job {x} was successfully executed. Took 30s
.col-md-4
.panel.panel-default
.panel-heading Projects
2016-04-02 14:40:07 +02:00
button.btn.btn-default.btn-xs.pull-right(ng-click="addProject()"): i.fa.fa-fw.fa-plus
ul.list-group
2016-04-02 14:40:07 +02:00
li.list-group-item(ng-repeat="project in projects"): a(ui-sref="project.dashboard({ project_id: project.id })") {{ project.name }}