Update access button

This commit is contained in:
Andrew Kingston 2024-09-10 08:46:26 +01:00
parent 4fd74c3a19
commit 608bc97cdd
No known key found for this signature in database
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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>