mirror of https://github.com/rancher/ui.git
nav.apps and cluster dash
This commit is contained in:
parent
873e9abf79
commit
ce4e1526e1
|
|
@ -17,6 +17,8 @@
|
||||||
{{/each}}
|
{{/each}}
|
||||||
</div>
|
</div>
|
||||||
{{else}}
|
{{else}}
|
||||||
{{empty-table disabled=(rbac-prevents resource="app" scope="project" permission="create") resource="container" newRoute="catalog-tab" newTranslationKey="nav.apps.launch"}}
|
<div class="text-center text-muted">
|
||||||
|
{{t 'nav.apps.noData'}}
|
||||||
|
</div>
|
||||||
{{/each}}
|
{{/each}}
|
||||||
</section>
|
</section>
|
||||||
|
|
@ -106,12 +106,7 @@
|
||||||
{{cluster-dashboard-tabs dashboards=dashboards}}
|
{{cluster-dashboard-tabs dashboards=dashboards}}
|
||||||
{{/if}}
|
{{/if}}
|
||||||
{{else}}
|
{{else}}
|
||||||
{{empty-table
|
<div class="text-center text-muted">
|
||||||
resource="container"
|
{{t 'metricsAction.noData'}}
|
||||||
showNew=scope.currentCluster.canAddNode
|
</div>
|
||||||
newRoute="authenticated.cluster.nodes.templates"
|
|
||||||
newTranslationKey="nodesPage.addNode"
|
|
||||||
disabled=(rbac-prevents resource="machine" scope="global" permission="create")
|
|
||||||
ctx=""
|
|
||||||
}}
|
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
|
@ -7698,6 +7698,7 @@ nav:
|
||||||
apps:
|
apps:
|
||||||
tab: Apps
|
tab: Apps
|
||||||
apps: Apps
|
apps: Apps
|
||||||
|
noData: No apps launched
|
||||||
launch: Launch
|
launch: Launch
|
||||||
manage: Manage Catalogs
|
manage: Manage Catalogs
|
||||||
infra:
|
infra:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue