mirror of
https://github.com/semaphoreui/semaphore.git
synced 2025-01-22 08:10:50 +01:00
79a05b389f
- [wip] ws support
11 lines
410 B
Plaintext
11 lines
410 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(ng-click="addProject()"): i.fa.fa-fw.fa-plus
|
|
ul.list-group
|
|
li.list-group-item(ng-repeat="project in projects"): a(ui-sref="project.dashboard({ project_id: project.id })") {{ project.name }} |