The Rancher UI
Go to file
Yonas Berhe b7dc2ae37a fix failing/flaky tests 2024-04-10 14:51:53 -07:00
.github Fix undefined in add-issues-labels action's script 2024-03-28 12:02:41 +00:00
.vscode Update `.vscode/settings.json` 2024-01-03 13:34:52 -07:00
cypress fix failing/flaky tests 2024-04-10 14:51:53 -07:00
docs/developer Tidy up docs related to build 2024-02-06 08:59:32 +00:00
docusaurus Add e2e @components tag 2024-02-14 15:50:58 +01:00
pkg Merge pull request #10222 from rak-phillip/chore/bump-vue-2.7.16 2024-04-04 10:48:37 -07:00
scripts Move e2e build out from each e2e step to a single pre e2e job 2024-03-25 10:32:02 +00:00
shell 10027: add e2e test (#10736) 2024-04-10 08:55:46 +01:00
storybook Replace `nuxt-link` & `n-link` with `router-link` 2024-03-27 14:04:17 -07:00
.ackrc
.dockerignore
.drone.yml Remove broken release process that creates a PR in rancher/rancher 2023-10-17 10:39:26 +01:00
.eslintignore Upload artifacts as output of check-plugins check for debugging (#10118) 2023-12-11 22:04:49 +01:00
.eslintrc.default.js
.eslintrc.js remove harvester pkg (#10262) 2024-01-12 08:43:33 -08:00
.gitignore
.nvmrc Add nvmrc to the project (#10177) 2023-12-18 18:30:37 +01:00
.nycrc
LICENSE
README.md Update copyright year in README to 2023 (#10232) 2024-01-08 14:52:31 +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 cluster prov using azure 2024-03-01 13:03:45 -08:00
env.template E2E job parallelization by user role and functionality (#9887) 2023-12-12 13:07:54 +01:00
jest.config.js Disable rke1 UI (#10056) 2023-12-27 12:05:25 +00:00
jest.setup.js Remove `vue-js-modal` dependency 2024-03-12 15:37:44 -07:00
package.json Merge pull request #10222 from rak-phillip/chore/bump-vue-2.7.16 2024-04-04 10:48:37 -07:00
svgTransform.js
tsconfig.json Correct issue with TS after tsconfig split with unit tests (#9686) 2023-12-12 11:35:38 +01: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
vue.config.js
yarn.lock Merge pull request #10222 from rak-phillip/chore/bump-vue-2.7.16 2024-04-04 10:48:37 -07: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 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.

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-2024 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.