mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-05-01 09:44:00 +00:00
app objecty list - remove keys
This commit is contained in:
@@ -38,7 +38,7 @@
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
{#if groupFunc}
|
{#if groupFunc}
|
||||||
{#each _.keys(groups) as group (group)}
|
{#each _.keys(groups) as group}
|
||||||
<AppObjectGroup
|
<AppObjectGroup
|
||||||
{group}
|
{group}
|
||||||
{module}
|
{module}
|
||||||
@@ -52,7 +52,7 @@
|
|||||||
/>
|
/>
|
||||||
{/each}
|
{/each}
|
||||||
{:else}
|
{:else}
|
||||||
{#each filtered as data (module.extractKey(data))}
|
{#each filtered as data}
|
||||||
<AppObjectListItem
|
<AppObjectListItem
|
||||||
{module}
|
{module}
|
||||||
{subItemsComponent}
|
{subItemsComponent}
|
||||||
|
|||||||
@@ -12,7 +12,7 @@
|
|||||||
import ErrorInfo from '../elements/ErrorInfo.svelte';
|
import ErrorInfo from '../elements/ErrorInfo.svelte';
|
||||||
import axiosInstance from '../utility/axiosInstance';
|
import axiosInstance from '../utility/axiosInstance';
|
||||||
import LoadingInfo from '../elements/LoadingInfo.svelte';
|
import LoadingInfo from '../elements/LoadingInfo.svelte';
|
||||||
import { getObjectTypeFieldLabel } from '../utility/common';
|
import { getObjectTypeFieldLabel } from '../utility/common';
|
||||||
|
|
||||||
export let conid;
|
export let conid;
|
||||||
export let database;
|
export let database;
|
||||||
|
|||||||
Reference in New Issue
Block a user