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,7 +23,8 @@
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="col span-6">
|
{{#if otherRoles.length}}
|
||||||
|
<div class="col span-6">
|
||||||
<label class="acc-label">
|
<label class="acc-label">
|
||||||
{{t "newMultiClusterApp.roles.additionalRoles"}}
|
{{t "newMultiClusterApp.roles.additionalRoles"}}
|
||||||
</label>
|
</label>
|
||||||
|
|
@ -36,4 +37,5 @@
|
||||||
{{/each}}
|
{{/each}}
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
|
{{/if}}
|
||||||
Loading…
Reference in New Issue