mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-28 05:36:34 +00:00
Remove implicit "Enable" from settings items (#404)
The fact that there is a checkbox at the left of the items already makes clear the ticking them enables the setting. Signed-off-by: Juan Cruz Viotti <jviottidc@gmail.com>
This commit is contained in:
parent
9c555fd1c9
commit
883cae0d87
@ -4,21 +4,21 @@
|
|||||||
<div class="checkbox">
|
<div class="checkbox">
|
||||||
<label>
|
<label>
|
||||||
<input type="checkbox" ng-model="settings.storage.errorReporting">
|
<input type="checkbox" ng-model="settings.storage.errorReporting">
|
||||||
<span>Enable error reporting</span>
|
<span>Report errors</span>
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="checkbox">
|
<div class="checkbox">
|
||||||
<label>
|
<label>
|
||||||
<input type="checkbox" ng-model="settings.storage.unmountOnSuccess">
|
<input type="checkbox" ng-model="settings.storage.unmountOnSuccess">
|
||||||
<span>Enable auto-unmounting on success</span>
|
<span>Auto-unmount on success</span>
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="checkbox">
|
<div class="checkbox">
|
||||||
<label>
|
<label>
|
||||||
<input type="checkbox" ng-model="settings.storage.validateWriteOnSuccess">
|
<input type="checkbox" ng-model="settings.storage.validateWriteOnSuccess">
|
||||||
<span>Enable write validation on success</span>
|
<span>Validate write on success</span>
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user