Commit Graph

6 Commits

Author SHA1 Message Date
Cody Jackson acc6145586 Improve robustness of showing template/revision
- We will only conditionally render template/revision section on the
monitoring page if the cluster is using a template. This was
crashing the page before.
- We will now make sure there's a string when invoking replace
when generating the template and revision display names.
- We will now respect the enable flag of template revisions
when determining if an upgrade is available.

rancher/rancher#23126
2019-09-27 12:20:29 -07:00
Cody Jackson 71a7fb8d2d Include Template/Revision in cluster table
We want to make it easier for someone that is managing multiple
clusters to see what template and template revision a cluster
is using. We also want to make it easy for a user to notice
that a cluster isn't using the latest revision.

To achieve this we added the template and revision to a column
in the clusters table to display both. We also indicate add
a warning badge beside a revision when the revision isn't
the latest.

rancher/rancher#22047
2019-09-26 09:20:45 -07:00
Westly Wright 403f2c6ecc
Merge pull request #3069 from lvuch/lh-0620
2.3 issues dashboard and monitoring
2019-06-24 11:21:52 -07:00
lvuch a51879d0a5 19896 and 19359 2019-06-20 12:26:42 -07:00
loganhz 8a0ce46574 Fix cluster created time issue
https://github.com/rancher/rancher/issues/19285
2019-04-01 13:21:28 +08:00
loganhz b46b1cebb3 Live metrics for cluster/node/workload/pod/container
https://github.com/rancher/rancher/issues/15703
https://github.com/rancher/rancher/issues/15705
2018-12-04 18:50:34 +08:00