[SM-1291] Center empty message for the access policy selector (#9444)
This commit is contained in:
parent
7627afbfec
commit
f7b5c22ffd
|
@ -78,9 +78,11 @@
|
||||||
</bit-table>
|
</bit-table>
|
||||||
|
|
||||||
<ng-template #empty>
|
<ng-template #empty>
|
||||||
<div class="tw-mt-4 tw-text-center">
|
<tr bitRow>
|
||||||
{{ emptyMessage }}
|
<td bitCell colspan="3" class="tw-text-center">
|
||||||
</div>
|
{{ emptyMessage }}
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
</ng-template>
|
</ng-template>
|
||||||
|
|
||||||
<ng-template #buttonMode>
|
<ng-template #buttonMode>
|
||||||
|
|
Loading…
Reference in New Issue