The Rancher UI
Go to file
yonasberhe23 48ee2f005a fix websocket tests 2025-10-23 16:47:38 -07:00
.github Ensure we don't pin chrome for a11y-test - we unpined chrome for main e2e tests a while ago - this currently fails to install anyway - if we need to pin again we should create a gh action and call from both test and a11-test (#15202) 2025-08-29 13:30:43 +01:00
.vscode Convert plugin helper to TS 2024-09-12 15:21:36 +02:00
creators/extension Update vue shims 2025-01-16 14:28:43 -07:00
cypress fix websocket tests 2025-10-23 16:47:38 -07:00
docs/developer Add support for vue route and extension init (#14590)d 2025-06-26 16:40:12 +01:00
docusaurus tweak release date, given this will be live and public before the decision is made 2025-07-09 11:36:41 +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 backport pr 15701 (#15704) 2025-10-23 12:54:59 +01:00
scripts Rancher Dashboard maintenance for `release-2.12` e2e tests 2025-08-01 07:33:27 -07:00
shell backport pr 15701 (#15704) 2025-10-23 12:54:59 +01:00
storybook Update storybook - KeyValues story 2025-07-03 17:04:10 +02:00
.ackrc Remove every reference to .nuxt global option (#11265) 2024-06-21 11:15:05 +02:00
.dockerignore Remove every reference to .nuxt global option (#11265) 2024-06-21 11:15:05 +02:00
.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 Resolve lint warning 2025-01-16 14:28:43 -07:00
.gitignore Accessibility tests (#12900) 2025-02-24 16:25:21 +00:00
.nvmrc Run the vue3 migration script 2024-08-22 16:05:36 -07:00
.nycrc Vue files are not correctly instrumented by the tests (#7166) 2023-09-01 10:02:51 +02:00
CNAME Add CNAME (#11001) 2024-05-10 15:45:03 +01:00
LICENSE License 2019-12-31 15:21:43 -07:00
README.md Update copyright for SUSE (#13117) 2025-01-15 10:54:47 +00:00
babel.config.js Correct issue with TS after tsconfig split with unit tests (#9686) 2023-12-12 11:35:38 +01:00
codecov.yml remove harvester pkg (#10262) 2024-01-12 08:43:33 -08:00
cypress.config.ts Project Scoped Secrets (#14772) 2025-07-15 08:27:26 +01:00
env.template E2E job parallelization by user role and functionality (#9887) 2023-12-12 13:07:54 +01:00
jest.config.js Implement CRD logic for SCC registration online (#14615) 2025-07-03 17:13:21 +02:00
jest.setup.js Add the card components necessary for the new detail page 2025-06-12 17:14:56 -07:00
package.json Rancher Dashboard maintenance for `release-2.12` e2e tests 2025-08-01 07:33:27 -07:00
svgTransform.js Changed navlink page and improved error handling for FileImageUpload (#9411) 2023-07-27 14:03:43 -07:00
tsconfig.json Ensure @rancher/shell version using tags (#11758) 2024-08-30 19:10:19 -04:00
tsconfig.paths.json Correct issue with TS after tsconfig split with unit tests (#9686) 2023-12-12 11:35:38 +01:00
vue-shim.d.ts Fix build issues 2022-05-10 10:04:04 +01:00
vue.config.js Remove epinio from `master` 2023-06-26 15:05:25 +01:00
vue3JestRegisterTs.js Resolve issue with vue-jest and vue3 interface features 2025-02-14 09:08:17 -07:00
yarn.lock Project Scoped Secrets (#14772) 2025-07-15 08:27:26 +01: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.