mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-19 12:53:31 +02:00
Using temporarily npm-shrinkwrap since `template-html-loader` uses an old `consolidate.js` version which doesn't support `pug`. Follow here: https://github.com/jtangelder/template-html-loader/issues/8
8 lines
299 B
Plaintext
8 lines
299 B
Plaintext
.widget-container.fluid-height
|
|
.heading
|
|
i.fa.fa-exclamation-circle
|
|
span(translate) Notifications
|
|
.widget-content.padded
|
|
label.checkbox
|
|
input(type='checkbox', ng-model='notificationsEnabled', ng-click='enableNotifications()', disabled)
|
|
span(translate) Enable notifications |