uwe_keim
(Uwe Keim)
September 6, 2021, 9:46am
1
The /admin/upgrade
page has a title tag “Docker Manager”.
Being not that into the technical details, I do think that “Upgrade ” would be a better title.
After all, that is what the H1 on that page, says, too.
Optionally, it would be even better IMO to also append the forum name, just like e.g. on the administration pages, too. Like e.g. “Upgrade – My great forum”.
2 Likes
IAmGav
(Gavin Perch)
September 6, 2021, 10:15am
2
It is something that only the admin sees and not a lot of peeps focus on it
3 Likes
IAmGav
(Gavin Perch)
September 6, 2021, 10:34am
3
uwe_keim:
Docker Manager
i found it in the code and easy to change. I guess its open for discussion
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Docker Manager</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="manager-client/config/environment" content="%7B%22modulePrefix%22%3A%22manager-client%22%2C%22environment%22%3A%22development%22%2C%22rootURL%22%3A%22/%22%2C%22locationType%22%3A%22hash%22%2C%22EmberENV%22%3A%7B%22FEATURES%22%3A%7B%7D%2C%22EXTEND_PROTOTYPES%22%3A%7B%22Date%22%3Afalse%7D%7D%2C%22APP%22%3A%7B%22name%22%3A%22manager-client%22%2C%22version%22%3A%220.0.0+cfc32897%22%7D%2C%22exportApplicationGlobal%22%3Atrue%7D" />
<meta id="preloaded-data" data-preload="<%= { rootUrl: discourse_root_url, longPollingBaseUrl: long_polling_base_url }.to_json %>">
<script src="<%= script_asset_path('docker-manager-vendor') %>"></script>
<script src="<%= script_asset_path('docker-manager-app') %>"></script>
<%= stylesheet_link_tag "docker-manager-app" %>
<%= stylesheet_link_tag "docker-manager-vendor" %>
3 Likes
I do think we should re-title this @sam to something a bit less technical.
4 Likes
sam
(Sam Saffron)
January 18, 2022, 6:21am
5
Absolutely, makes sense, how does:
“Discourse upgrade manager” sound?
8 Likes
100% much better, I guess we have to slot this for next release due to translations?
4 Likes
sam
(Sam Saffron)
January 19, 2022, 2:14am
7
Sure @vinothkannans can take this today
4 Likes