Skip to content

feat(dashboard): alias field on Configurations should be a dropdown of existing configurations #3376

Description

@mayumisiano

Follow-up to #3086.

Problem
The alias field on the Configurations form (configuration-form.tsx) is currently free text. Item 7 of #3086 asked for it to be a dropdown listing existing configurations, for platform/GitOps convenience - picking an existing alias instead of retyping it by hand.

What's already done
The alias is saved as a ConfigMap annotation (ALIAS_ANNOTATION) regardless of how it's entered - that part of #3086 is complete.

What's missing

  • Alias input → dropdown/combobox populated from existing configurations' names (or aliases) in the namespace.

Scope
Dashboard-only change (ark-dashboard). No controller/SDK changes needed.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions