mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-05-14 17:05:10 +00:00
fix category
This commit is contained in:
parent
4f6f50ee9a
commit
2e39b4dcf5
@ -59,8 +59,8 @@ limitations under the License. -->
|
|||||||
{{ t("search") }}
|
{{ t("search") }}
|
||||||
</el-button>
|
</el-button>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex-h row">
|
<div class="flex-h row" v-show="!isBrowser">
|
||||||
<div class="mr-5 traceId" v-show="!isBrowser">
|
<div class="mr-5 traceId">
|
||||||
<span class="grey mr-5">{{ t("traceID") }}:</span>
|
<span class="grey mr-5">{{ t("traceID") }}:</span>
|
||||||
<el-input v-model="traceId" class="inputs-max" size="small" />
|
<el-input v-model="traceId" class="inputs-max" size="small" />
|
||||||
</div>
|
</div>
|
||||||
@ -228,6 +228,7 @@ function searchLogs() {
|
|||||||
serviceVersionId: instance || state.instance.id || undefined,
|
serviceVersionId: instance || state.instance.id || undefined,
|
||||||
paging: { pageNum: 1, pageSize: 15 },
|
paging: { pageNum: 1, pageSize: 15 },
|
||||||
queryDuration: appStore.durationTime,
|
queryDuration: appStore.durationTime,
|
||||||
|
category: "ALL",
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
logStore.setLogCondition({
|
logStore.setLogCondition({
|
||||||
|
Loading…
Reference in New Issue
Block a user