mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 16:23:28 +02:00
10 lines
319 B
Plaintext
10 lines
319 B
Plaintext
.widget-container.fluid-height(ng-controller='MaintenanceCtrl')
|
|
.heading
|
|
stacked-icon(icon='fa-gears', color='color-darkgray')
|
|
span(translate) Maintenance
|
|
.pull-right
|
|
.widget-content.padded
|
|
button(ng-click='reboot()').btn.btn-sm.btn-danger
|
|
i.fa.fa-refresh
|
|
span(translate) Restart Device
|