mirror of https://github.com/rancher/ui.git
only show other roles if present on mc apps
This commit is contained in:
parent
d5806915bf
commit
3661255133
|
|
@ -23,6 +23,7 @@
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
{{#if otherRoles.length}}
|
||||||
<div class="col span-6">
|
<div class="col span-6">
|
||||||
<label class="acc-label">
|
<label class="acc-label">
|
||||||
{{t "newMultiClusterApp.roles.additionalRoles"}}
|
{{t "newMultiClusterApp.roles.additionalRoles"}}
|
||||||
|
|
@ -37,3 +38,4 @@
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
|
{{/if}}
|
||||||
Loading…
Reference in New Issue