The Rancher UI
Go to file
Cody Jackson 7f252a77eb Making sure tabTitle updates if the content of a slot updates
Watches and computed props didn't update based on the content of slots.

The render method would still be called when the slot was updated so I moved the update to there. I also just use a method to compute the title because the value would get cached and not updated even if you accessed it more than once.

https://github.com/rancher/dashboard/issues/9822#issuecomment-1976814164
2024-03-26 14:22:24 -07:00
.github Move e2e build out from each e2e step to a single pre e2e job 2024-03-25 10:32:02 +00:00
.vscode
cypress Merge pull request #10601 from richard-cox/fix-legacy-project-menu-item 2024-03-26 15:33:00 +00:00
docs/developer
docusaurus
pkg
scripts Move e2e build out from each e2e step to a single pre e2e job 2024-03-25 10:32:02 +00:00
shell Making sure tabTitle updates if the content of a slot updates 2024-03-26 14:22:24 -07:00
storybook
.ackrc
.dockerignore
.drone.yml
.eslintignore
.eslintrc.default.js
.eslintrc.js
.gitignore
.nvmrc
.nycrc
LICENSE
README.md
babel.config.js
codecov.yml
cypress.config.ts
env.template
jest.config.js
jest.setup.js
package.json Merge pull request #10676 from torchiaf/revert-vue-js-modal-remove 2024-03-26 10:57:13 +01:00
svgTransform.js
tsconfig.json
tsconfig.paths.json
vue-shim.d.ts
vue.config.js
yarn.lock Revert vue-js-modal removal as required in Harvester 2024-03-25 10:34:21 +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 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.