- 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
replace and push both work as intended. You can
specify a a full url if you don't want to have the baseUrl
prepended. Better yet, if you're navigating within
the app it's better to specify a location.
The custom resolve was actually breakinging a huge
amount of links in the app which was caused 404s if a
user attempted to open a link in a new tab. Most things appeared to work presumably because vue-router
was handling the page switches instead of the browser.
rancher/dashboard#643
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
When working on adding 'Add Constraint' and 'Add Template' to the
OPA Gatekeeper page I noticed that there wasn't a good way to
create custom models for specific chart app types. To fix this I went
ahead and made it so that we can load app models from the
'models/apps' directory and merge that with the 'models/app' model.
I think this will be useful for future apps like istio.
rancher/dashboard#391
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