mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
[enh] Add a link to the debug tab in the app page
This commit is contained in:
parent
d8d7eb2172
commit
1118a3a18c
2 changed files with 9 additions and 0 deletions
|
@ -101,8 +101,10 @@
|
||||||
"app_info_access_desc" : "Manage user access. Allowed users: %s",
|
"app_info_access_desc" : "Manage user access. Allowed users: %s",
|
||||||
"app_info_default_desc" : "Redirect domain root to this application (%s).",
|
"app_info_default_desc" : "Redirect domain root to this application (%s).",
|
||||||
"app_info_uninstall_desc" : "Remove this application.",
|
"app_info_uninstall_desc" : "Remove this application.",
|
||||||
|
"app_info_debug_desc" : "Display debugging information for this application.",
|
||||||
"app_access" : "Access",
|
"app_access" : "Access",
|
||||||
"app_make_default" : "Make default",
|
"app_make_default" : "Make default",
|
||||||
|
"app_debug_tab" : "Display debug information",
|
||||||
"app_access_title" : "%s access",
|
"app_access_title" : "%s access",
|
||||||
"allowed_users" : "Allowed users",
|
"allowed_users" : "Allowed users",
|
||||||
"remove_access" : "Remove access",
|
"remove_access" : "Remove access",
|
||||||
|
|
|
@ -54,5 +54,12 @@
|
||||||
<span class="fa-trash-o"></span> {{t 'uninstall'}}
|
<span class="fa-trash-o"></span> {{t 'uninstall'}}
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
<hr>
|
||||||
|
<div class="container">
|
||||||
|
<p>{{t 'app_info_debug_desc'}}</p>
|
||||||
|
<a href="#/apps/{{settings.id}}/debug" class="btn btn-warning slide">
|
||||||
|
<span class="fa-trash-o"></span> {{t 'app_debug_tab'}}
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue