mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-10-15 12:49:17 +00:00
feat: remove needTotal and total fields from query conditions (#94)
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user