Unverified Commit 0f5970f6 authored by Dan Ramich's avatar Dan Ramich Committed by GitHub
Browse files

Merge pull request #33457 from richard-cox/update-ui-dashboard-2.5.9

[2.5.9] Update default `ui-dashboard-index` setting
No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
......@@ -68,7 +68,7 @@ var (
UIFeedBackForm = NewSetting("ui-feedback-form", "")
UIIndex = NewSetting("ui-index", "https://releases.rancher.com/ui/latest-2.5/index.html")
UIPath = NewSetting("ui-path", "/usr/share/rancher/ui")
UIDashboardIndex = NewSetting("ui-dashboard-index", "https://releases.rancher.com/dashboard/latest/index.html")
UIDashboardIndex = NewSetting("ui-dashboard-index", "https://releases.rancher.com/dashboard/v2.5.8/index.html")
UIDashboardPath = NewSetting("ui-dashboard-path", "/usr/share/rancher/ui-dashboard")
UIPreferred = NewSetting("ui-preferred", "ember")
UIOfflinePreferred = NewSetting("ui-offline-preferred", "dynamic")
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment