mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-26 05:04:05 -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" />
|
||||
</n8n-tooltip>
|
||||
</div>
|
||||
<div>
|
||||
<!-- <div v-else class="title-text">
|
||||
<n8n-text :bold="true">{{ $locale.baseText('runData.items') }}:</n8n-text>
|
||||
<span class="opts">
|
||||
<n8n-select size="mini" v-model="maxDisplayItems" @click.stop>
|
||||
<n8n-option v-for="option in maxDisplayItemsOptions" :label="option" :value="option" :key="option" />
|
||||
</n8n-select>
|
||||
</span>/
|
||||
<n8n-text :bold="true">{{ dataCount }}</n8n-text>
|
||||
</div> -->
|
||||
</div>
|
||||
<!-- <div v-else class="title-text">
|
||||
<n8n-text :bold="true">{{ $locale.baseText('runData.items') }}:</n8n-text>
|
||||
<span class="opts">
|
||||
<n8n-select size="mini" v-model="maxDisplayItems" @click.stop>
|
||||
<n8n-option v-for="option in maxDisplayItemsOptions" :label="option" :value="option" :key="option" />
|
||||
</n8n-select>
|
||||
</span>/
|
||||
<n8n-text :bold="true">{{ dataCount }}</n8n-text>
|
||||
</div> -->
|
||||
|
||||
<div v-if="!hasRunError" @click.stop>
|
||||
<n8n-radio-buttons
|
||||
|
@ -797,7 +795,7 @@ export default mixins(
|
|||
}
|
||||
|
||||
.runSelector {
|
||||
display: inline-block;
|
||||
max-width: 100px;
|
||||
margin-left: var(--spacing-s);
|
||||
margin-bottom: var(--spacing-s);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue