mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 10:31:15 +00:00
⚡ Rename "Results" to "Items"
This commit is contained in:
@@ -20,9 +20,9 @@
|
|||||||
<div class="header">
|
<div class="header">
|
||||||
<div class="title-text">
|
<div class="title-text">
|
||||||
<strong v-if="dataCount < maxDisplayItems">
|
<strong v-if="dataCount < maxDisplayItems">
|
||||||
Results: {{ dataCount }}
|
Items: {{ dataCount }}
|
||||||
</strong>
|
</strong>
|
||||||
<strong v-else>Results:
|
<strong v-else>Items:
|
||||||
<el-select v-model="maxDisplayItems" @click.stop>
|
<el-select v-model="maxDisplayItems" @click.stop>
|
||||||
<el-option v-for="option in maxDisplayItemsOptions" :label="option" :value="option" :key="option" />
|
<el-option v-for="option in maxDisplayItemsOptions" :label="option" :value="option" :key="option" />
|
||||||
</el-select> /
|
</el-select> /
|
||||||
|
|||||||
Reference in New Issue
Block a user