The Rancher UI
Go to file
Richard Cox df9c4be595
Merge pull request #9714 from torchiaf/9665-provissioning-actions-error
Fix 'Scale Down' crash in cluster provisioning details page
2023-09-28 16:06:56 +01:00
.github Use Chrome 116 for e2e tests (#9778) 2023-09-26 14:05:22 +02:00
.vscode Add automatically default value for deployment PVC (#9717) 2023-09-26 19:14:31 +02:00
cypress Merge pull request #9726 from izaac/dashboard_tests_recurring 2023-09-28 08:18:13 +01:00
docusaurus Add reusable workflows for extension builds (#9495) 2023-08-28 11:23:10 -04:00
pkg Kubectl explain (#9713) 2023-09-27 22:01:24 +01:00
scripts Remove docker files 2023-09-26 13:27:18 +01:00
shell Merge pull request #9714 from torchiaf/9665-provissioning-actions-error 2023-09-28 16:06:56 +01:00
storybook Add subrow and subrow slot expandable 2023-07-21 12:46:16 +02:00
.ackrc Fleet list & details 2020-09-30 05:05:53 -07:00
.dockerignore Service Networking and HealthCheck 2019-10-23 16:10:18 -07:00
.drone.yml Remove docker files 2023-09-26 13:27:18 +01:00
.eslintignore Removing nuxt 2023-03-03 11:49:26 +00:00
.eslintrc.default.js When execing into a container, try linux and windows commands when we can't determine if the node is windows (#9241) 2023-07-28 21:28:03 -04:00
.eslintrc.js Remove epinio from `master` 2023-06-26 15:05:25 +01:00
.gitignore Remove child yarn.lock files (docusaurus and storybook) (#9051) 2023-06-27 09:03:09 +01:00
.nycrc Vue files are not correctly instrumented by the tests (#7166) 2023-09-01 10:02:51 +02:00
LICENSE License 2019-12-31 15:21:43 -07:00
README.md Fix links to extensions developer docs 2023-03-06 12:18:06 -07:00
babel.config.js Removing nuxt 2023-03-03 11:49:26 +00:00
codecov.yml Vue files are not correctly instrumented by the tests (#7166) 2023-09-01 10:02:51 +02:00
cypress.config.ts Feat/app bar init (#9560) 2023-09-08 18:52:47 +02:00
env.template Remove epinio from `master` 2023-06-26 15:05:25 +01:00
jest.config.js Vue files are not correctly instrumented by the tests (#7166) 2023-09-01 10:02:51 +02:00
jest.setup.js update rke2 node drain default value (#9273) 2023-09-27 16:31:24 -07:00
package.json Merge pull request #9774 from richard-cox/bump-deps-2 2023-09-27 17:38:16 +01:00
svgTransform.js Changed navlink page and improved error handling for FileImageUpload (#9411) 2023-07-27 14:03:43 -07:00
tsconfig.json Exclude Jest unit test from TSConfig (#9168) 2023-06-23 09:37:20 +02:00
tsconfig.test.json Exclude Jest unit test from TSConfig (#9168) 2023-06-23 09:37:20 +02: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
yarn.lock Address axios: >=0.21.2 and postcss: >=7.0.36 2023-09-26 13:28:04 +01:00

README.md

Rancher Dashboard

Build Status

Rancher Dashboard is the UI that powers Rancher.

Developer documentation and documentation for our UI components is available here - Rancher UI Devkit.

Rancher Dashboard supports an extension mechanism that allows developers to build there own extensions that can be developed independently of Rancher and loaded into a deployed Rancher installation to extend its functionality. You can learn more from our Rancher Extensions Docs.

What is it?

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

For more information, see our UI Walk-through documentation.

Developer Docs

Contributing

For developers, after reading through the introduction on this page, head over to our Getting Started guide to learn more.

License

Copyright (c) 2014-2023 Rancher Labs, Inc.

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.