Commit Graph

4 Commits

Author SHA1 Message Date
Cody Jackson b22f3a6e30 Improving the edit and view pages of ingress
- Move the default backend tab to be after rule
- Validation of the "target service" should be a tool tip and color
- Putting a "/" de-focuses
- Combine the rule and certs into one table instead of multiple boxes, need a name

rancher/dashboard#1755
2020-11-03 12:37:05 -07:00
Cody Jackson 60452bd5b1 Adding the outputs and providers to the flow list views
I migrated the overview page logic into the models so
 the logic could be used to generate the tables in
 both the list views and the overview.

 rancher/dashboard#1569
2020-10-23 08:14:24 -07:00
Cody Jackson a3e80cbf5c Fixing logging overview broken links
Link formatter had the way options were
expected changed which broke the existing links.

I also fixed a missing 'row' warning.

rancher/dashboard#1422
2020-09-28 10:09:01 -07:00
Cody Jackson 6e81b2caa3 Implementing logging overview
- Made a generic CountGauge
- Made ResourceGauge a specialization of CountGauge
- Swapped the cluster overview page to using the counts instead of requesting the resources

rancher/dashboard#1089
2020-09-09 10:14:43 -07:00