mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-20 22:55:59 +00:00
SYNC: chart screenshot
This commit is contained in:
committed by
Diflow
parent
cd7cf63144
commit
eaa60c281e
@@ -113,6 +113,7 @@
|
||||
on:drop
|
||||
bind:this={domDiv}
|
||||
{...divProps}
|
||||
data-testid={$$props['data-testid']}
|
||||
>
|
||||
{#if checkedObjectsStore}
|
||||
<CheckboxField
|
||||
@@ -211,7 +212,7 @@
|
||||
.isBold {
|
||||
font-weight: bold;
|
||||
}
|
||||
.isGrayed {
|
||||
.isGrayed {
|
||||
color: var(--theme-font-3);
|
||||
}
|
||||
|
||||
|
||||
@@ -37,6 +37,7 @@
|
||||
menu={createMenu}
|
||||
on:click={handleOpenSqlFile}
|
||||
isGrayed={_.intersection($currentActiveCloudTags, data.tags || []).length == 0}
|
||||
data-testid={`public-cloud-file-${data.path}`}
|
||||
>
|
||||
{#if data.description}
|
||||
<div class="info">
|
||||
|
||||
Reference in New Issue
Block a user