feat(frontend): show join tokens in saved presets list#2910
Conversation
|
what's an invalid token since it's omni which creates it? |
|
@frezbo it means the token specified in the preset doesnt exist, its currently just a copy of the raw token itself inside the preset maybe you deleted it, or maybe it was added through CLI as a yaml apply, and it never existed in the first place name could be better... wasnt sure if "deleted" was correct since it might never have existed... could be "Not found" ? |
|
I don't like that we have 3 different ways to display that: Lets maybe pick a single style for that. Automatic can be green, Expired, Revoked and Deleted can be red with ! in a triangle icon. |
|
What does "Automatic" mean for join tokens? |
|
@rothgar isn't fixed to a specific one and will always use default |
|
@Unix4ever I can't show a token name for deleted because I can't know what the token name was, and there are also tokens that are directly specified (so no label to add), so it will be this
I will use green automatic label for talos version also, as I copied
|
1b4d116 to
64dce36
Compare
On the saved presets list for installation media, show the selected join token and any relevant badges about it. Signed-off-by: Edward Sammut Alessi <edward.sammutalessi@siderolabs.com>
64dce36 to
429708f
Compare
|
/m |

On the saved presets list for installation media, show the selected join token and any relevant badges about it.
Closes #2716