add testing for mysql-server/customer-update of allowed_mysqlserver; beautify config-command/file details
Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
@@ -1 +1 @@
|
||||
<textarea class="form-control bg-secondary text-light" rows="{{ numbrows }}" readonly>{{ commands|raw }}</textarea>
|
||||
<textarea class="form-control bg-secondary text-light mb-2" rows="{{ numbrows }}" readonly>{{ commands|raw }}</textarea>
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
<textarea class="form-control bg-secondary text-light" rows="1" readonly>{{ distro_editor }} {{ realname }}</textarea>
|
||||
<textarea class="form-control" rows="{% if numbrows <= 20 %}{{ numbrows }}{% else %}21{% endif %}" readonly>{{ file_content|raw }}</textarea>
|
||||
<textarea class="form-control bg-secondary text-light mb-2" rows="1" readonly>{{ distro_editor }} {{ realname }}</textarea>
|
||||
<textarea class="form-control mb-2" rows="{% if numbrows <= 20 %}{{ numbrows }}{% else %}21{% endif %}" readonly>{{ file_content|raw }}</textarea>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<fieldset class="file">
|
||||
<legend>{{ realname }}</legend>
|
||||
{# <legend>{{ realname }}</legend> #}
|
||||
{{ commands_pre|raw }}
|
||||
{{ commands_file|raw }}
|
||||
{{ commands_post|raw }}
|
||||
|
||||
Reference in New Issue
Block a user