Skip to content
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

[FSunstone] Implement labeling system #6362

Closed
3 tasks done
vichansson opened this issue Oct 20, 2023 · 0 comments · Fixed by OpenNebula/docs#2778
Closed
3 tasks done

[FSunstone] Implement labeling system #6362

vichansson opened this issue Oct 20, 2023 · 0 comments · Fixed by OpenNebula/docs#2778

Comments

@vichansson
Copy link
Contributor

vichansson commented Oct 20, 2023

Description

Fully implement labeling system, currently most resources have the ability to display different labels through the MultiTags component, but there's no direct way for actually applying them through the UI. In order to apply a label currently, you need to add it as a custom attribute on the resource like:
Labels="Some Label

Use case
Easily apply and edit new labels through the UI.

Interface Changes
Add a button similar to that of the Filter button that you can use to apply labels to the select resources.

Additional Context
All functionality is already present, all we need is a list-like component that can take in one or multiple resources at a time and append a Labels = <INPUT> attribute to them...

Progress Status

  • Code committed
  • Testing - QA (functionality covered by existing tests)
  • Documentation (Release notes - resolved issues, compatibility, known issues)
@tinova tinova added this to the Release 6.8.1 milestone Oct 20, 2023
vichansson added a commit to OpenNebula/docs that referenced this issue Dec 4, 2023
Signed-off-by: Victor Hansson <vhansson@opennebula.io>
@vichansson vichansson linked a pull request Dec 4, 2023 that will close this issue
tinova pushed a commit to OpenNebula/docs that referenced this issue Dec 4, 2023
@tinova tinova closed this as completed Dec 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants