- Constraint YAML cancel button will take you back to the constraint
page.
- Updated the mastheads of constraint and template.
- Constraint Create as Yaml now works
- Constraints and templates can be cloned now.
rancher/rancher#523rancher/rancher#622rancher/rancher#398
Create buttons were still using a relative url instead of a location.
This switches over to locations so we don't get end up with
/dashboard/dashboard/
rancher/dashboard#657
Pulls basic info out into detail top.
Drops node info except total cluster which moves to detail top.
Changes InfoBoxCluster to use grid instead of flex. I did not change the main
InfoBox styles because I think flex may work better in most cases as we may not
know how many colums we have. This columns are set on the cluster info though so
defining a grid layout makes more sense and also lays out better.
rancher/rancher#580
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
We needed a way to support arbitrarily complex parameters in both
type and nesting level. As a temporary solution I enabled the user
to toggle between a key value component and a yaml editor.
To enable this I refactored ResourceYaml into a composable YamlEditor
component that can be used elsewhere.
rancher/dashboard#388rancher/dashboard#380
storybook configuration
remove backgrounds for themes addon
update storybook deps
Convert design system stories to mdx
fix qoutes
fix name on consumption gauge story
Clean up stories
clean up stories
Stubbed stories
Welcome stories
upgrade to @next storybook version and remove strbk@addon-centered
add tbd
remove stories
Add knobs
remove stubbed stories
Knobs in percentage circle
storybook buttons example
Minor storybook updates
Add exact to type (link) component
Live data format for events
Pretty cluster providers
Add ago suffix to LiveDate
tweak events headers
remove unneeded suffix
change to unhealthy nodes
only show constraints with violations on overview
ignore tern port files
overview detail gatekeeper disabled bugs
Update percentage bar to take in percentage value
tweak exponents and fix issue wiht max/min
change cluster events default sort
update comments for defaultSortby
cluster infobox feedback
Pass nodes down to InfoBoxCluster to parse only worker nodes info
fix engine config translations
node counts infobox cluster
alignment issues
review feedback
lint warnings
We don't want the user to delete constraint templates if the templates
are being used by existing constraints. This provides a message and
disables the delete button if the user attempts to delete a template
that's currently in use.
rancher/dashboard#375