mirror of https://github.com/rancher/dashboard.git
Merge pull request #2859 from mantis-toboggan-md/2.6-cluster-dashboard
Fix cluster dashboard for users with restricted access
This commit is contained in:
commit
8774fbfc67
|
|
@ -356,8 +356,8 @@ export default {
|
|||
|
||||
<div class="resource-gauges">
|
||||
<ResourceSummary :spoofed-counts="totalCountGaugeInput" />
|
||||
<ResourceSummary resource="node" />
|
||||
<ResourceSummary resource="apps.deployment" />
|
||||
<ResourceSummary v-if="clusterCounts['node']" resource="node" />
|
||||
<ResourceSummary v-if="clusterCounts['apps.deployment']" resource="apps.deployment" />
|
||||
</div>
|
||||
|
||||
<h3 class="mt-40">
|
||||
|
|
|
|||
Loading…
Reference in New Issue