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

Flux: Navigation menu Improvements #78

Open
Aubermean opened this issue Sep 2, 2024 · 1 comment
Open

Flux: Navigation menu Improvements #78

Aubermean opened this issue Sep 2, 2024 · 1 comment
Labels

Comments

@Aubermean
Copy link

Intead of grouping things, I think it makes more sense to divide things up, similar to how Flux CLI does:

❯ flux get
The get sub-commands print the statuses of Flux resources.

Usage:
  flux get [command]

Available Commands:
  alert-providers Get Provider statuses
  alerts          Get Alert statuses
  all             Get all resources and statuses
  helmreleases    Get HelmRelease statuses
  images          Get image automation object status
  kustomizations  Get Kustomization statuses
  receivers       Get Receiver statuses
  sources         Get source statuses

So instead of this:

image

and this:

image

Something more like:

Flux
  Kustomizations
  Helm Releases
  Images
  Sources
  Alerts
  Alert Providers
  Receivers

#75

@ashu8912
Copy link
Member

This is a good idea but i am not very sure if in a UI showing things like this would be a great UX, maybe @stefanprodan or @mgalesloot can help us here

@illume illume added the flux label Sep 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants