summaryrefslogtreecommitdiffstats
path: root/modules-available/runmode/templates/machine-selector.html
diff options
context:
space:
mode:
authorSimon Rettberg2018-12-12 14:00:35 +0100
committerSimon Rettberg2018-12-12 14:00:35 +0100
commitf14c04f3af8936f07d0efaa292ce0ea92981b1f6 (patch)
treee1275d80fdced4f0b3d652277863150f756785a3 /modules-available/runmode/templates/machine-selector.html
parent[serversetup-bwlp] Simplify permissions (diff)
parent[dozmod] ldapfilters: Fix list (attr/value) (diff)
downloadslx-admin-f14c04f3af8936f07d0efaa292ce0ea92981b1f6.tar.gz
slx-admin-f14c04f3af8936f07d0efaa292ce0ea92981b1f6.tar.xz
slx-admin-f14c04f3af8936f07d0efaa292ce0ea92981b1f6.zip
Merge branch 'master' into ipxe
Diffstat (limited to 'modules-available/runmode/templates/machine-selector.html')
-rw-r--r--modules-available/runmode/templates/machine-selector.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules-available/runmode/templates/machine-selector.html b/modules-available/runmode/templates/machine-selector.html
index 8b608f7e..665c56f3 100644
--- a/modules-available/runmode/templates/machine-selector.html
+++ b/modules-available/runmode/templates/machine-selector.html
@@ -13,6 +13,7 @@
<select id="machine-sel" name="machines[]" multiple {{disabled}}>
</select>
<div class="buttonbar">
+ <button type="button" class="btn btn-default" onClick="javascript:history.back()">{{lang_cancel}}</button>
<button type="submit" class="btn btn-primary" {{disabled}}>{{lang_save}}</button>
</div>
</form>