This commit is contained in:
12
templates/Maketank/settings/configuration-final.html.twig
Normal file
12
templates/Maketank/settings/configuration-final.html.twig
Normal file
@@ -0,0 +1,12 @@
|
||||
{% extends "Froxlor/settings/configuration.html.twig" %}
|
||||
|
||||
{% block content %}
|
||||
<div class="row mb-2">
|
||||
{% include 'Froxlor/misc/alertbox.html.twig' %}
|
||||
</div>
|
||||
|
||||
<div class="row mb-2">
|
||||
<textarea cols="12" rows="4" readonly class="form-control w-100">{{ basedir }}bin/froxlor-cli froxlor:config-services --apply={{ params_filename }}
|
||||
rm {{ params_filename }}</textarea>
|
||||
</div>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user