mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 16:06:01 +00:00
app object list
This commit is contained in:
@@ -6,7 +6,6 @@
|
||||
export let title;
|
||||
|
||||
export let isBold = false;
|
||||
export let prefix = '';
|
||||
export let isBusy = false;
|
||||
export let statusIcon = undefined;
|
||||
export let statusTitle = undefined;
|
||||
@@ -15,7 +14,7 @@
|
||||
</script>
|
||||
|
||||
<div class="main" class:isBold draggable on:click use:contextMenu={menu}>
|
||||
{prefix}
|
||||
<slot name="prefix" />
|
||||
{#if isBusy}
|
||||
<FontIcon icon="icon loading" />
|
||||
{:else}
|
||||
|
||||
Reference in New Issue
Block a user