Update access button
This commit is contained in:
parent
4fd74c3a19
commit
608bc97cdd
|
@ -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
|
||||
|
|
|
@ -50,11 +50,11 @@
|
|||
buttonsCollapsed
|
||||
>
|
||||
<svelte:fragment slot="controls">
|
||||
<GridManageAccessButton />
|
||||
<GridFilterButton />
|
||||
<GridSortButton />
|
||||
<GridSizeButton />
|
||||
<GridColumnsSettingButton />
|
||||
<GridManageAccessButton />
|
||||
<GridRowActionsButton />
|
||||
<GridScreensButton on:request-generate={() => generateButton?.show()} />
|
||||
</svelte:fragment>
|
||||
|
|
Loading…
Reference in New Issue