mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
Compare commits
3 commits
dev
...
debian/3.8
Author | SHA1 | Date | |
---|---|---|---|
|
ca607b4349 | ||
|
8105dc35c1 | ||
|
34d14bc1ef |
3 changed files with 11 additions and 0 deletions
6
debian/changelog
vendored
6
debian/changelog
vendored
|
@ -1,3 +1,9 @@
|
||||||
|
yunohost-admin (3.8.3.6) stable; urgency=low
|
||||||
|
|
||||||
|
- Add obsolete disclaimer on home page ([#346](https://github.com/YunoHost/yunohost-admin/pull/346))
|
||||||
|
|
||||||
|
-- Alexandre Aubin <alex.aubin@mailoo.org> Sat, 24 Apr 2021 17:35:59 +0200
|
||||||
|
|
||||||
yunohost-admin (3.8.3.5) stable; urgency=low
|
yunohost-admin (3.8.3.5) stable; urgency=low
|
||||||
|
|
||||||
- [fix] Add a hack to have some sort of cache management as well for .ms files, to avoid stupid issue where people need to force the browser cache refresh after upgrades (7bb8a90)
|
- [fix] Add a hack to have some sort of cache management as well for .ms files, to avoid stupid issue where people need to force the browser cache refresh after upgrades (7bb8a90)
|
||||||
|
|
|
@ -227,6 +227,7 @@
|
||||||
"logs_context": "Context",
|
"logs_context": "Context",
|
||||||
"logs_share_with_yunopaste": "Share with YunoPaste",
|
"logs_share_with_yunopaste": "Share with YunoPaste",
|
||||||
"logs_more": "Display more lines",
|
"logs_more": "Display more lines",
|
||||||
|
"obsolete_version": "You are running an obsolete version of YunoHost. The YunoHost team highly recommend to run the migration to YunoHost 4.x / Buster available in Tools > Migrations. More information can be found on <a href='https://yunohost.org/stretch_buster_migration'>this page in the documentation</a>",
|
||||||
"path_url": "Path",
|
"path_url": "Path",
|
||||||
"pending_migrations": "There are some pending migrations waiting to be ran. Please go to the <a href='#/tools/migrations'>Tools > Migrations</a> view to run them.",
|
"pending_migrations": "There are some pending migrations waiting to be ran. Please go to the <a href='#/tools/migrations'>Tools > Migrations</a> view to run them.",
|
||||||
"port": "Port",
|
"port": "Port",
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
<p class="alert alert-warning">
|
||||||
|
{{t 'obsolete_version' }}
|
||||||
|
</p>
|
||||||
|
|
||||||
<div class="list-group">
|
<div class="list-group">
|
||||||
<a href="#/users" class="list-group-item slide clearfix">
|
<a href="#/users" class="list-group-item slide clearfix">
|
||||||
<span class="pull-right fa-chevron-right"></span>
|
<span class="pull-right fa-chevron-right"></span>
|
||||||
|
|
Loading…
Add table
Reference in a new issue