Semaphore/public/html/dashboard.jade
Matej Kramny 121567fa03 sample Projects UI, cleanup vendor/
- Update dependencies
- Remove lib/
- Dashboard
2016-03-28 18:28:26 +01:00

11 lines
325 B
Plaintext

.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
button.btn.btn-default.btn-xs.pull-right: i.fa.fa-fw.fa-plus
ul.list-group
li.list-group-item(ng-repeat="project in projects") {{ project.name }}