mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-06-29 15:47:36 +00:00
change isSelf
This commit is contained in:
parent
042e7dfb8f
commit
5826bc0f6e
@ -20,7 +20,7 @@ import type { MetricsTTL, RecordsTTL } from "@/types/app";
|
|||||||
export type ClusterNode = {
|
export type ClusterNode = {
|
||||||
host: string;
|
host: string;
|
||||||
port: number;
|
port: number;
|
||||||
isSelf: boolean;
|
self: boolean;
|
||||||
};
|
};
|
||||||
|
|
||||||
export type ConfigTTL = {
|
export type ConfigTTL = {
|
||||||
|
@ -103,7 +103,7 @@ limitations under the License. -->
|
|||||||
>
|
>
|
||||||
<el-table-column prop="host" label="Host" width="280" />
|
<el-table-column prop="host" label="Host" width="280" />
|
||||||
<el-table-column prop="port" label="Port" width="180" />
|
<el-table-column prop="port" label="Port" width="180" />
|
||||||
<el-table-column prop="isSelf" label="Self" width="180" />
|
<el-table-column prop="self" label="Self" width="180" />
|
||||||
</el-table>
|
</el-table>
|
||||||
<el-pagination
|
<el-pagination
|
||||||
class="pagination"
|
class="pagination"
|
||||||
|
Loading…
Reference in New Issue
Block a user