mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
[enh] add experimental warning for config-panel
This commit is contained in:
parent
2dc80c445c
commit
4c20f5bad9
2 changed files with 4 additions and 0 deletions
|
@ -136,6 +136,7 @@
|
|||
"error_server": "Server error",
|
||||
"error_server_unexpected": "Unexpected server error (%s)",
|
||||
"everyone_has_access": "Everyone has access.",
|
||||
"experimental_warning": "Warning: this feature is experimental and not consider stable, you shouldn't be using it except if you know what you are doing.",
|
||||
"filesystem": "Filesystem",
|
||||
"firewall": "Firewall",
|
||||
"footer_version" : "Powered by <a href='https://yunohost.org'>YunoHost</a> %s (%s).",
|
||||
|
|
|
@ -7,6 +7,9 @@
|
|||
|
||||
<div class="separator"></div>
|
||||
|
||||
<div class="alert alert-warning" role="alert">{{t 'experimental_warning'}}</div>
|
||||
|
||||
|
||||
{{#if config_panel}}
|
||||
|
||||
<div class="panel-group" id="accordion" role="tablist" aria-multiselectable="true">
|
||||
|
|
Loading…
Reference in a new issue