ui: Only show partition / partition selector if enabled (#11484)
I missed that partitions should never display if you can't use them, not just if you can't choose them.
This commit is contained in:
parent
599e8a05d3
commit
e5e65b71ad
|
@ -1,3 +1,4 @@
|
|||
{{#if (can "use partitions")}}
|
||||
{{#if (can "choose partitions" dc=@dc)}}
|
||||
<li
|
||||
class="partitions"
|
||||
|
@ -57,4 +58,5 @@
|
|||
{{@partition}}
|
||||
</li>
|
||||
{{/if}}
|
||||
{{/if}}
|
||||
|
||||
|
|
Loading…
Reference in New Issue