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
error
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}
@ -190,7 +190,7 @@
</List>
{#if dependantsInfoMessage}
<InfoDisplay body={dependantsInfoMessage} />
<InfoDisplay info body={dependantsInfoMessage} />
{/if}
<EditRolesButton

View File

@ -50,11 +50,11 @@
buttonsCollapsed
>
<svelte:fragment slot="controls">
<GridManageAccessButton />
<GridFilterButton />
<GridSortButton />
<GridSizeButton />
<GridColumnsSettingButton />
<GridManageAccessButton />
<GridRowActionsButton />
<GridScreensButton on:request-generate={() => generateButton?.show()} />
</svelte:fragment>