Skip to content

Commit

Permalink
Ft 资源新增 enable_websocket 字段 (TencentBlueKing#871)
Browse files Browse the repository at this point in the history
* feat: 资源新增 enable_websocket 字段
# Reviewed, transaction id: 17269

* feat: 资源新增 enable_websocket 字段
# Reviewed, transaction id: 17355

* Merge remote-tracking branch 'origin/ft-enable-ws' into ft-enable-ws
# Reviewed, transaction id: 17356
  • Loading branch information
Carlmac committed Sep 10, 2024
1 parent 1546fdf commit a13ee94
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,15 @@
<div class="ag-value">{{ source.path }}</div>
</bk-col>
</bk-row>

<bk-row>
<bk-col :span="4">
<label class="ag-key">{{ $t("启用 WebSocket") }}:</label>
</bk-col>
<bk-col :span="10">
<div class="ag-value">{{ source.enable_websocket ? $t("是") : $t("否") }}</div>
</bk-col>
</bk-row>
</bk-container>

<template v-if="info.schema_version === '2.0'">
Expand Down

0 comments on commit a13ee94

Please sign in to comment.