mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-27 13:39:44 -08:00
clean up
This commit is contained in:
parent
ed1aa8df4b
commit
5b8dd354d9
|
@ -16,17 +16,15 @@
|
||||||
<font-awesome-icon icon="info-circle" :class="$style.infoIcon" />
|
<font-awesome-icon icon="info-circle" :class="$style.infoIcon" />
|
||||||
</n8n-tooltip>
|
</n8n-tooltip>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<!-- <div v-else class="title-text">
|
||||||
<!-- <div v-else class="title-text">
|
<n8n-text :bold="true">{{ $locale.baseText('runData.items') }}:</n8n-text>
|
||||||
<n8n-text :bold="true">{{ $locale.baseText('runData.items') }}:</n8n-text>
|
<span class="opts">
|
||||||
<span class="opts">
|
<n8n-select size="mini" v-model="maxDisplayItems" @click.stop>
|
||||||
<n8n-select size="mini" v-model="maxDisplayItems" @click.stop>
|
<n8n-option v-for="option in maxDisplayItemsOptions" :label="option" :value="option" :key="option" />
|
||||||
<n8n-option v-for="option in maxDisplayItemsOptions" :label="option" :value="option" :key="option" />
|
</n8n-select>
|
||||||
</n8n-select>
|
</span>/
|
||||||
</span>/
|
<n8n-text :bold="true">{{ dataCount }}</n8n-text>
|
||||||
<n8n-text :bold="true">{{ dataCount }}</n8n-text>
|
</div> -->
|
||||||
</div> -->
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div v-if="!hasRunError" @click.stop>
|
<div v-if="!hasRunError" @click.stop>
|
||||||
<n8n-radio-buttons
|
<n8n-radio-buttons
|
||||||
|
@ -797,7 +795,7 @@ export default mixins(
|
||||||
}
|
}
|
||||||
|
|
||||||
.runSelector {
|
.runSelector {
|
||||||
display: inline-block;
|
max-width: 100px;
|
||||||
margin-left: var(--spacing-s);
|
margin-left: var(--spacing-s);
|
||||||
margin-bottom: var(--spacing-s);
|
margin-bottom: var(--spacing-s);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue