Skip to content

Commit

Permalink
update ui-index and ui-dashboard-index to use 2.10 UI builds (rancher…
Browse files Browse the repository at this point in the history
…#46742)

* update ui-index and ui-dashboard-index to use latest UI dev builds

* empty commit to restart ci
  • Loading branch information
mantis-toboggan-md authored Oct 3, 2024
1 parent 3391df7 commit 4dd5151
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/settings/setting.go
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ var (
UIDashboardPath = NewSetting("ui-dashboard-path", "/usr/share/rancher/ui-dashboard")

// UIDashboardIndex depends on ui-offline-preferred, use this version of the dashboard instead of the one contained in Rancher Manager.
UIDashboardIndex = NewSetting("ui-dashboard-index", "https://releases.rancher.com/dashboard/release-2.9/index.html")
UIDashboardIndex = NewSetting("ui-dashboard-index", "https://releases.rancher.com/dashboard/latest/index.html")

// UIDashboardHarvesterLegacyPlugin depending on ui-offline-preferred and if a Harvester Cluster does not contain it's own Harvester plugin, use this version of the plugin instead.
UIDashboardHarvesterLegacyPlugin = NewSetting("ui-dashboard-harvester-legacy-plugin", "https://releases.rancher.com/harvester-ui/plugin/harvester-1.0.3-head/harvester-1.0.3-head.umd.min.js")
Expand All @@ -268,7 +268,7 @@ var (
UIFeedBackForm = NewSetting("ui-feedback-form", "")

// UIIndex depends on ui-offline-preferred, use this version of the old ember UI instead of the one contained in Rancher Manager.
UIIndex = NewSetting("ui-index", "https://releases.rancher.com/ui/release-2.9/index.html")
UIIndex = NewSetting("ui-index", "https://releases.rancher.com/ui/latest2/index.html")

// UIIssues use a url address to send new 'File an Issue' reports instead of sending users to the Github issues page.
// Deprecated in favour of UICustomLinks = NewSetting("ui-custom-links", {}).
Expand Down

0 comments on commit 4dd5151

Please sign in to comment.