mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 16:06:01 +00:00
web-svelte => web
This commit is contained in:
9
packages/web/src/appobj/ConnectionAppObject.svelte
Normal file
9
packages/web/src/appobj/ConnectionAppObject.svelte
Normal file
@@ -0,0 +1,9 @@
|
||||
<script lang="ts">
|
||||
import AppObjectCore from './AppObjectCore.svelte';
|
||||
|
||||
export let commonProps;
|
||||
export let data;
|
||||
|
||||
</script>
|
||||
|
||||
<AppObjectCore {...commonProps} title={data.displayName || data.server} icon="img server" />
|
||||
Reference in New Issue
Block a user