mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-06-17 10: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 = {
|
||||
host: string;
|
||||
port: number;
|
||||
isSelf: boolean;
|
||||
self: boolean;
|
||||
};
|
||||
|
||||
export type ConfigTTL = {
|
||||
|
@ -103,7 +103,7 @@ limitations under the License. -->
|
||||
>
|
||||
<el-table-column prop="host" label="Host" width="280" />
|
||||
<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-pagination
|
||||
class="pagination"
|
||||
|
Loading…
Reference in New Issue
Block a user