summaryrefslogtreecommitdiffstats
path: root/modules-available/rebootcontrol/templates/exec-enter-command.html
diff options
context:
space:
mode:
authorSimon Rettberg2025-04-02 10:41:16 +0200
committerSimon Rettberg2025-04-02 10:41:16 +0200
commit988df2f9bb6c596867d158d634d32ede28689153 (patch)
tree0b487715b8d2720282cbe2868832a312f3d70590 /modules-available/rebootcontrol/templates/exec-enter-command.html
parent[locationinfo] Add web application manifest (diff)
downloadslx-admin-988df2f9bb6c596867d158d634d32ede28689153.tar.gz
slx-admin-988df2f9bb6c596867d158d634d32ede28689153.tar.xz
slx-admin-988df2f9bb6c596867d158d634d32ede28689153.zip
[rebootcontrol] Improve predefined exec template
Diffstat (limited to 'modules-available/rebootcontrol/templates/exec-enter-command.html')
-rw-r--r--modules-available/rebootcontrol/templates/exec-enter-command.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/modules-available/rebootcontrol/templates/exec-enter-command.html b/modules-available/rebootcontrol/templates/exec-enter-command.html
index 09eb32f5..2698846a 100644
--- a/modules-available/rebootcontrol/templates/exec-enter-command.html
+++ b/modules-available/rebootcontrol/templates/exec-enter-command.html
@@ -39,7 +39,10 @@
{{#preset}}
<input type="hidden" name="preset" value="{{id}}">
<h3>{{title}}</h3>
- <div class="slx-space">{{lang_command}}: <i>{{command}}</i></div>
+ <div class="slx-space">{{lang_command}}: <pre>{{command}}</pre></div>
+ {{#args.0}}
+ <h4>{{lang_requiredArguments}}</h4>
+ {{/args.0}}
{{#args}}
<div class="row">
<div class="col-md-5">{{title}}</div>