Update access button
This commit is contained in:
parent
4fd74c3a19
commit
608bc97cdd
|
@ -146,7 +146,7 @@
|
||||||
<InfoDisplay
|
<InfoDisplay
|
||||||
error
|
error
|
||||||
icon="Alert"
|
icon="Alert"
|
||||||
body="Your previous configuration is shown above.<br/> Please choose a new role for both read and write access."
|
body="Your previous configuration is shown above.<br/> Please choose a single role for read and write access."
|
||||||
/>
|
/>
|
||||||
{/if}
|
{/if}
|
||||||
|
|
||||||
|
@ -190,7 +190,7 @@
|
||||||
</List>
|
</List>
|
||||||
|
|
||||||
{#if dependantsInfoMessage}
|
{#if dependantsInfoMessage}
|
||||||
<InfoDisplay body={dependantsInfoMessage} />
|
<InfoDisplay info body={dependantsInfoMessage} />
|
||||||
{/if}
|
{/if}
|
||||||
|
|
||||||
<EditRolesButton
|
<EditRolesButton
|
||||||
|
|
|
@ -50,11 +50,11 @@
|
||||||
buttonsCollapsed
|
buttonsCollapsed
|
||||||
>
|
>
|
||||||
<svelte:fragment slot="controls">
|
<svelte:fragment slot="controls">
|
||||||
|
<GridManageAccessButton />
|
||||||
<GridFilterButton />
|
<GridFilterButton />
|
||||||
<GridSortButton />
|
<GridSortButton />
|
||||||
<GridSizeButton />
|
<GridSizeButton />
|
||||||
<GridColumnsSettingButton />
|
<GridColumnsSettingButton />
|
||||||
<GridManageAccessButton />
|
|
||||||
<GridRowActionsButton />
|
<GridRowActionsButton />
|
||||||
<GridScreensButton on:request-generate={() => generateButton?.show()} />
|
<GridScreensButton on:request-generate={() => generateButton?.show()} />
|
||||||
</svelte:fragment>
|
</svelte:fragment>
|
||||||
|
|
Loading…
Reference in New Issue