Path could be created but not edited. update() wasn't being called from the path input field.
There was also an issue with calling Object.keys on a potentially undefined object that was resolved.
rancher/dashboard#756
- Accounts for undefined hosts and paths
- Accounts for wildcards in hosts
- Accounts for protocol+host+paths not being a url
- Removes links from paths on the detail page
rancher/dashboard#762
It looks like a failed merge removed the TLS_CERT. This resulted
in all of the certs getting filtered out and not displayed as options.
rancher/dashboard#753
Editing a constraint's constraint template would require us to delete
the existing constraint and create a new one transactionally. Since
the backend doesn't support this transaction of we're disabling the ability
to edit which template is being used.
I also noticed a number of inconcictencies and poor behaviors
with the LabeledSelect component so I went ahead and made
it consistent with LabeledInput.
- The search field switched to a color distinct from the rest of the container
when disabled and hovered.
- There wasn't a focus outline.
- The size was slightly different because it was in a container
- There was a distinct background color around the arrow indicator
rancher/dashboard#433
secret type display in edit form
add custom secret types
description as prop in namens
secret styling
service account link in list view for service acct token secrets
- Fixed a number of unhandled exceptions
- Fixes some issues with rules vs backend property references
- Made pages more consistent with mocks
rancher/dashboard#272