mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-22 22:05:21 +02:00
Only install if enabled.
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
input(type='checkbox', ng-model='launchEnabled', ng-disabled='true')
|
||||
span Launch
|
||||
label.checkbox-inline.pull-right
|
||||
input(type='checkbox', ng-model='installEnabled', ng-disabled='true')
|
||||
input(type='checkbox', ng-model='installEnabled')
|
||||
span Install
|
||||
|
||||
.widget-content.padded
|
||||
@@ -32,6 +32,8 @@
|
||||
//treecontrol.tree-classic(tree-model='treeData', options='treeOptions')
|
||||
span employee: {{node.name}} age {{node.age}}
|
||||
|
||||
pre(ng-if='upload.error') Error: {{ upload.error }}
|
||||
|
||||
.upload-status(ng-if='upload && !upload.settled')
|
||||
|
||||
div(ng-switch='upload.lastData')
|
||||
|
||||
Reference in New Issue
Block a user