The Rancher UI
Go to file
Phillip Rak bb941571e2 Fix reactivity in `NameNsDescription.vue`
Signed-off-by: Phillip Rak <rak.phillip@gmail.com>
2024-08-22 16:07:03 -07:00
.github testing slack messaging workflow (#11660) 2024-08-19 18:56:29 +01:00
.vscode Remove or replace all the @nuxt libraries (#11302) 2024-08-08 15:31:44 +02:00
cypress Merge pull request #11587 from izaac/pagination_updates 2024-08-22 16:28:34 +00:00
docs/developer Tidy up docs related to build 2024-02-06 08:59:32 +00:00
docusaurus Consolidate extension creators into one package (#11605) 2024-08-22 11:18:49 -04:00
pkg Replacing $emit('input' with $emit('update:value' 2024-08-22 16:07:03 -07:00
scripts script adjustment 2024-08-14 12:56:03 +01:00
shell Fix reactivity in `NameNsDescription.vue` 2024-08-22 16:07:03 -07:00
storybook Upgrade `v-tooltip` to `floating-vue` 2024-08-22 16:05:37 -07: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 or replace all the @nuxt libraries (#11302) 2024-08-08 15:31:44 +02:00
.eslintrc.default.js Updating our eslintrc configurations 2024-08-22 16:05:36 -07:00
.eslintrc.js Updating our eslintrc configurations 2024-08-22 16:05:36 -07:00
.gitignore Upload Codecov report using CLI 2024-07-15 18:22:49 +02:00
.nvmrc Run the vue3 migration script 2024-08-22 16:05:36 -07:00
.nycrc
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
codecov.yml remove harvester pkg (#10262) 2024-01-12 08:43:33 -08:00
cypress.config.ts script adjustment 2024-08-14 12:56:03 +01:00
env.template
jest.config.js Run the vue3 migration script 2024-08-22 16:05:36 -07:00
jest.setup.js [INT] Moved directives into a separate folder (#10981) 2024-05-09 13:29:44 -07:00
package.json Remove `@types/vue-select` 2024-08-22 16:07:03 -07:00
svgTransform.js
tsconfig.json Remove every reference to .nuxt global option (#11265) 2024-06-21 11:15:05 +02:00
tsconfig.paths.json
vue-shim.d.ts
vue.config.js
yarn.lock Remove `@types/vue-select` 2024-08-22 16:07:03 -07: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.