The Rancher UI
Go to file
Phillip Rak c746601593 Don't display a value for `Disable After` for disabled users
Signed-off-by: Phillip Rak <rak.phillip@gmail.com>
2024-06-21 16:27:48 -07:00
.github Simplify Release Trigger 2024-06-07 17:31:26 +01:00
.vscode Remove every reference to .nuxt global option (#11265) 2024-06-21 11:15:05 +02:00
cypress refactor extension uninstall tests (#11286) 2024-06-21 14:05:45 -07:00
docs/developer Tidy up docs related to build 2024-02-06 08:59:32 +00:00
docusaurus Remove every reference to .nuxt global option (#11265) 2024-06-21 11:15:05 +02:00
pkg EKS fix validation when no credential is found, cluster name display (#11235) 2024-06-14 15:07:47 -07:00
scripts Remove every reference to .nuxt global option (#11265) 2024-06-21 11:15:05 +02:00
shell Don't display a value for `Disable After` for disabled users 2024-06-21 16:27:48 -07:00
storybook Storybook: Fix i18n (#11172) 2024-06-04 15:04:16 +01: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 Remove every reference to .nuxt global option (#11265) 2024-06-21 11:15:05 +02: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 harvester pkg (#10262) 2024-01-12 08:43:33 -08:00
.gitignore Remove every reference to .nuxt global option (#11265) 2024-06-21 11:15:05 +02: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
CNAME Add CNAME (#11001) 2024-05-10 15:45:03 +01:00
LICENSE
README.md Fix broken image in README.md (#11162) 2024-06-03 18:16:14 +01: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 Remove every reference to .nuxt global option (#11265) 2024-06-21 11:15:05 +02:00
env.template E2E job parallelization by user role and functionality (#9887) 2023-12-12 13:07:54 +01:00
jest.config.js Remove every reference to .nuxt global option (#11265) 2024-06-21 11:15:05 +02:00
jest.setup.js [INT] Moved directives into a separate folder (#10981) 2024-05-09 13:29:44 -07:00
package.json Use @rancher/icons package rather than a GH reference (#11109) 2024-05-28 09:27:11 +01:00
svgTransform.js Changed navlink page and improved error handling for FileImageUpload (#9411) 2023-07-27 14:03:43 -07:00
tsconfig.json Remove every reference to .nuxt global option (#11265) 2024-06-21 11:15:05 +02: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 Remove epinio from `master` 2023-06-26 15:05:25 +01:00
yarn.lock Use @rancher/icons package rather than a GH reference (#11109) 2024-05-28 09:27:11 +01:00

README.md

Rancher Dashboard

Build Status

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