feat: remove needTotal and total fields from query conditions (#94)

This commit is contained in:
Fine0830
2022-05-19 19:29:02 +08:00
committed by GitHub
parent b953904c71
commit b544decbbb
7 changed files with 20 additions and 18 deletions

View File

@@ -37,9 +37,9 @@ limitations under the License. -->
/>
</div>
<div class="mr-5" v-if="dashboardStore.entity !== EntityType[2].value">
<span class="grey mr-5"
>{{ isBrowser ? t("page") : t("endpoint") }}:</span
>
<span class="grey mr-5">
{{ isBrowser ? t("page") : t("endpoint") }}:
</span>
<Selector
size="small"
:value="state.endpoint.value"