rancher / dashboard

The Rancher UI
https://rancher.com
Apache License 2.0
452 stars 257 forks source link

[UI] - Great key/value editor #6039

Open sebastienroul opened 2 years ago

sebastienroul commented 2 years ago

Editing key/Value is painful where value became long : especialy in ConfigMap

image

Why not adding an "Edit" button on the top right of the textarea image

Which expand the textarea image

Important notes Please : Put the textarea "value" css to :

    overflow: scroll;
    font-family: monospace;

Editing value in Lato font kills all users eyes :)

Thanks !

catherineluse commented 2 years ago

I'd like to be assigned to this one because I already created a monospace key-value component like this as part of the questions.yml enhancements.