-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Labels
tab to Virtual Machines
resource page
#1045
base: master
Are you sure you want to change the base?
Conversation
abecb3b
to
041123c
Compare
Labels
tab to Virtual Machines
resource pageLabels
tab to VirtualMachines
resource page
Labels
tab to VirtualMachines
resource pageLabels
tab to Virtual Machines
resource page
6458103
to
b809e94
Compare
8284df3
to
b4a05af
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, just a typo to remove.
Allow the user to manage the labels of a Virtual Machine resource via UI. Right now it is only possible to manage instance labels that are synced from the VM to the VMI resource. Related to: harvester/harvester#5974 Signed-off-by: Volker Theile <[email protected]>
b4a05af
to
d499b45
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Signed-off-by: Volker Theile <[email protected]>
d499b45
to
42793a7
Compare
@@ -728,6 +728,10 @@ harvester: | |||
inNamespaces: "Workloads in these namespaces" | |||
namespaces: | |||
label: Namespaces | |||
labels: | |||
description: "" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is this key needed? description prop in KeyValue.vue default to empty string.
harvester.virtualMachine.labels.description
I'm good to have But the harvester/harvester#5974 is target to We should have the same PR open for harvester-ui-extension and the shell KeyValue.vue and Labels.vue change should have PR in rancher/dashboard. Unless we want to backport this PR change to v1.4.x release, it's okay to merge in this repo master and backport to havester-release-v1.4 branch. cc @torchiaf , @bk201 |
Summary
Allow the user to manage the labels of a Virtual Machine resource via UI. Right now it is only possible to manage instance labels that are synced from the VM to the VMI resource.
Fixes #harvester/harvester#5974
Screenshot/Video