The Rancher UI
Go to file
Alexandre Alves c136e0f81f
locationConfig hash param (#9514)
* add hash param to locationConfig object in extensions to allow fine-tune of application of an extension + change logic around extension table cols to better reflect col location based on page user is browsing

* remove commented line

* update docs

* improve docs with breaking changes warning

* address pr comments

* bump shell version

---------

Co-authored-by: Alexandre Alves <aalves@Alexandres-MBP.lan>
2023-08-25 14:41:38 +01:00
.github fix 2023-07-20 13:31:50 -07:00
.vscode Add payload checks on E2E login and cluster HTTP requests tests (#7291) 2023-07-04 17:51:00 +02:00
cypress Fleet gitrepo E2E (#9534) 2023-08-23 11:18:48 +01:00
docusaurus locationConfig hash param (#9514) 2023-08-25 14:41:38 +01:00
pkg Resource Quota up-and-down input doesn't update the value on the request quota object to be sent (#9577) 2023-08-23 09:25:08 +01:00
scripts ui automation: update workflow: create standard user, add tags to tests (#9029) 2023-07-04 11:17:24 -07:00
shell locationConfig hash param (#9514) 2023-08-25 14:41:38 +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 [Clone] Set initial endpoint radio group for azuread (#6954) 2022-09-26 09:10:03 -04: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 Generate coverage value for both unit and E2E tests (#6690) 2022-09-30 10:36:36 +02:00
Dockerfile Fixing build errors in drone 2023-03-08 16:02:12 -07:00
Dockerfile.dev More node 10->12 2021-02-26 09:32:02 -07: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
cypress.config.ts 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
env.template Remove epinio from `master` 2023-06-26 15:05:25 +01:00
jest.config.js Changed navlink page and improved error handling for FileImageUpload (#9411) 2023-07-27 14:03:43 -07:00
jest.setup.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
package.json Merge pull request #9349 from cnotv/feature/9285-storybook-table 2023-07-26 10:08:19 +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 Bump version of cypress to latest 10.x 2023-07-25 10:51:50 +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.