mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
Add a warning on home page about YunoHost's version being obsolete (#219)
This commit is contained in:
parent
8a50ab27fb
commit
69fba306a6
2 changed files with 5 additions and 0 deletions
|
@ -224,6 +224,7 @@
|
|||
"passwords_dont_match": "Passwords don't match",
|
||||
"passwords_too_short": "Password is too short",
|
||||
"path": "Path",
|
||||
"obsolete_version": "You are running an obsolete version of YunoHost. The YunoHost team highly recommend to run the migration to YunoHost 3.x / Stretch available in Tools > Migrations. More information can be found on <a href='https://yunohost.org/#/jessie_stretch_migration'>this page in the documentation</a>",
|
||||
"path_url": "Path",
|
||||
"port": "Port",
|
||||
"ports": "Ports",
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
<p class="alert alert-warning">
|
||||
{{t 'obsolete_version' }}
|
||||
</p>
|
||||
|
||||
<div class="list-group">
|
||||
<a href="#/users" class="list-group-item slide clearfix">
|
||||
<span class="pull-right fa-chevron-right"></span>
|
||||
|
|
Loading…
Add table
Reference in a new issue