You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -74,10 +74,10 @@ Rancher UI supports localization via translations files. You can swap translatio
74
74
If you want to customize the UI, re-packaging all of Rancher to distribute the UI is possible but not terribly convenient. Instead you can change Cattle to load the UI source from a remote web server:
75
75
76
76
- Build with `./scripts/build-static -l -c 'your-server.com'`
77
-
- Upload `./dist/static/latest2` so that it's available at https://your-server.com/latest2
77
+
- Upload `./dist/static/release-2.11` so that it's available at https://your-server.com/release-2.11
78
78
- It must be available over HTTPS.
79
-
- You can rename the "latest2" part with the `-v` flag
80
-
- Change the value of https://your-rancher/v3/settings/ui-index to the same `https://your-server.com/latest2` URL
79
+
- You can rename the "release-2.11" part with the `-v` flag
80
+
- Change the value of https://your-rancher/v3/settings/ui-index to the same `https://your-server.com/release-2.11` URL
0 commit comments