Remove import button for users table
This commit is contained in:
parent
be3b2549a5
commit
943d17966e
|
@ -42,13 +42,14 @@
|
||||||
<GridCreateViewButton />
|
<GridCreateViewButton />
|
||||||
{/if}
|
{/if}
|
||||||
<GridManageAccessButton />
|
<GridManageAccessButton />
|
||||||
{#if isUsersTable}
|
|
||||||
<EditRolesButton />
|
|
||||||
{/if}
|
|
||||||
{#if !isInternal}
|
{#if !isInternal}
|
||||||
<GridRelationshipButton />
|
<GridRelationshipButton />
|
||||||
{/if}
|
{/if}
|
||||||
<GridImportButton disabled={isUsersTable} />
|
{#if isUsersTable}
|
||||||
|
<EditRolesButton />
|
||||||
|
{:else}
|
||||||
|
<GridImportButton />
|
||||||
|
{/if}
|
||||||
<GridExportButton />
|
<GridExportButton />
|
||||||
<GridFilterButton />
|
<GridFilterButton />
|
||||||
<GridAddColumnModal />
|
<GridAddColumnModal />
|
||||||
|
|
Loading…
Reference in New Issue