The Rancher UI
Go to file
Neil MacDougall 56bcea43ab Add home page announcements 2025-10-23 15:50:11 +01:00
.github fix broken test on extensions master workflow (#15676) 2025-10-21 15:45:19 +01:00
.vscode Convert plugin helper to TS 2024-09-12 15:21:36 +02:00
creators/extension Ensure extension repo build and release feature works when using PRs (#15655) 2025-10-20 12:24:51 +01:00
cypress Session Idle feature refactor (#15509) 2025-10-22 10:07:09 +01:00
docs/developer Add support for vue route and extension init (#14590)d 2025-06-26 16:40:12 +01:00
docusaurus update disclaimer message on extension docs (#15641) 2025-10-17 11:31:28 +01:00
eslint-plugin-local-rules Adding `emits` to all rancher-components to fix linting rules 2024-12-04 09:04:19 -07:00
pkg Prevent access of non-admin users to SCC Registration page and notification (#15612) 2025-10-16 13:27:30 +02:00
scripts Update UI e2e version when branching for release 2025-09-29 16:13:33 -07:00
shell Add home page announcements 2025-10-23 15:50:11 +01:00
storybook Introduce Cron Editor components (#15319) 2025-09-18 14:43:53 +08:00
.ackrc
.dockerignore
.eslintignore Fixing an issue with eslint not working in vscode 2024-12-02 18:01:22 -07:00
.eslintrc.default.js Create page for SCC registration for Rancher Prime (#13591) 2025-03-14 15:52:57 +01:00
.eslintrc.js Putting in an override for no-unused-vars in regards to .d.ts files (#14961) 2025-07-30 08:03:55 -07:00
.gitignore Update .gitignore 2025-10-22 11:06:28 +01:00
.nvmrc
.nycrc
CNAME
LICENSE
README.md Update copyright for SUSE (#13117) 2025-01-15 10:54:47 +00:00
babel.config.js
codecov.yml
cypress.config.ts Project Scoped Secrets (#14772) 2025-07-15 08:27:26 +01:00
env.template
jest.config.js Dynamic content (Part 1) (#15343) 2025-10-22 11:05:46 +01:00
jest.setup.js Improve performance in apps/charts page by optimizing LazyImage component (#14906) 2025-08-08 16:57:56 -07:00
package.json Bump `@rancher/icons` to 2.0.49 2025-10-11 09:13:00 -07:00
svgTransform.js
tsconfig.json Ensure @rancher/shell version using tags (#11758) 2024-08-30 19:10:19 -04:00
tsconfig.paths.json
vue-shim.d.ts
vue.config.js
vue3JestRegisterTs.js Resolve issue with vue-jest and vue3 interface features 2025-02-14 09:08:17 -07:00
yarn.lock Bump `@rancher/icons` to 2.0.49 2025-10-11 09:13:00 -07:00

README.md

Rancher Dashboard

Rancher Dashboard is the UI that powers Rancher.

Rancher Dashboard supports an extension mechanism that allows developers to independently provide additional functionality to Rancher. You can learn more from our Rancher Extensions Docs.

What is it?

Rancher Dashboard provides a sophisticated UI for managing Kubernetes clusters and Workloads.

Internal Developer Docs

These docs are intended only for Dashboard UI developers.

If you're building extensions, please see: https://extensions.rancher.io.

For internal documentation, see Rancher UI Internal Documentation.

Contributing

We welcome external contributions - please refer to the internal documentation above.

License

Copyright (c) 2014-2025 SUSE

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.