diff options
Diffstat (limited to 'modules-available/rebootcontrol/templates/exec-enter-command.html')
| -rw-r--r-- | modules-available/rebootcontrol/templates/exec-enter-command.html | 5 |
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> |
