Skip to content

Commit

Permalink
Jamie center empty state image in validate model configuration drilld…
Browse files Browse the repository at this point in the history
…own output (#2820)
  • Loading branch information
jamiewaese-uncharted authored Feb 27, 2024
1 parent 29da605 commit 57221f5
Showing 1 changed file with 6 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,8 @@
is-selectable
>
<tera-funman-output v-if="activeOutput" :fun-model-id="activeOutput.value?.[0]" />
<div v-else>
<img src="@assets/svg/plants.svg" alt="" draggable="false" />
<h4>No Output</h4>
<div v-else class="flex flex-column h-full justify-content-center">
<tera-operator-placeholder :operation-type="node.operationType" />
</div>
</tera-drilldown-preview>
</template>
Expand All @@ -125,9 +124,10 @@
label="Run"
icon="pi pi-play"
@click="runMakeQuery"
size="large"
/>
<Button outlined label="Save as a new model" />
<Button label="Close" @click="emit('close')" />
<Button outlined label="Save as a new model" size="large" />
<Button label="Close" @click="emit('close')" size="large" />
</template>
</tera-drilldown>
</template>
Expand All @@ -147,6 +147,7 @@ import TeraFunmanOutput from '@/components/funman/tera-funman-output.vue';
import TeraDrilldown from '@/components/drilldown/tera-drilldown.vue';
import TeraDrilldownPreview from '@/components/drilldown/tera-drilldown-preview.vue';
import TeraDrilldownSection from '@/components/drilldown/tera-drilldown-section.vue';
import TeraOperatorPlaceholder from '@/components/operator/tera-operator-placeholder.vue';
import type {
FunmanPostQueriesRequest,
Expand Down

0 comments on commit 57221f5

Please sign in to comment.