The Rancher UI
Go to file
Francesco Torchia b5ec434a42
- Add providerSummary getter to machinedeployment model
- Hide provider labels for Harvester clusters

Signed-off-by: Francesco Torchia <francesco.torchia@suse.com>
2024-01-02 15:17:35 +01:00
.github update shell pkg workflow to release the remaining pkgs that are usually published in tandem with shell on npm (#10185) 2023-12-20 08:10:20 +00:00
.vscode Revert "App upgrade notification shown for incorrect app (#9806)" 2023-10-20 15:13:52 +01:00
cypress Fixing logic for running on existing Rancher 2023-12-21 10:41:13 -07:00
docs/developer Add support for replaying network requests from a captured HAR file (#10149) 2023-12-20 16:39:00 +00:00
docusaurus remove "process." mentions from Dashboard and adjust code (#10119) 2023-12-13 08:41:26 +00:00
pkg v0.1.5-alpha.0 2023-12-06 09:34:40 -07:00
scripts Add support for replaying network requests from a captured HAR file (#10149) 2023-12-20 16:39:00 +00:00
shell - Add providerSummary getter to machinedeployment model 2024-01-02 15:17:35 +01:00
storybook A11y storybook test runner (#9447) 2023-12-21 15:17:49 +00: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 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 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
.nvmrc Add nvmrc to the project (#10177) 2023-12-18 18:30:37 +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 Improve README extension blurb 2023-11-01 11:10:05 +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 Vue files are not correctly instrumented by the tests (#7166) 2023-09-01 10:02:51 +02:00
cypress.config.ts E2E job parallelization by user role and functionality (#9887) 2023-12-12 13:07:54 +01: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 components don't need to exist on shell/initialize/index.js (#10129) 2023-12-15 10:08:52 +00:00
package.json A11y storybook test runner (#9447) 2023-12-21 15:17:49 +00:00
svgTransform.js Changed navlink page and improved error handling for FileImageUpload (#9411) 2023-07-27 14:03:43 -07:00
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 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 remove page transitions from Dashboard (#10126) 2023-12-15 16:45:09 +00: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-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.