mirror of
https://github.com/semaphoreui/semaphore.git
synced 2025-01-22 08:10:50 +01:00
11 lines
325 B
Plaintext
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 }}
|