mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-07-16 18:45:23 +00:00
update list
This commit is contained in:
parent
0e79fe2f18
commit
f691ffdf20
@ -62,17 +62,6 @@ limitations under the License. -->
|
|||||||
<el-button size="small" @click="handleEdit(scope.row)">
|
<el-button size="small" @click="handleEdit(scope.row)">
|
||||||
{{ t("edit") }}
|
{{ t("edit") }}
|
||||||
</el-button>
|
</el-button>
|
||||||
<el-popconfirm
|
|
||||||
title="Are you sure to set this?"
|
|
||||||
@confirm="setRoot(scope.row)"
|
|
||||||
v-if="scope.row.entity === EntityType[1].value"
|
|
||||||
>
|
|
||||||
<template #reference>
|
|
||||||
<el-button size="small" style="width: 120px">
|
|
||||||
{{ scope.row.isRoot ? t("setNormal") : t("setRoot") }}
|
|
||||||
</el-button>
|
|
||||||
</template>
|
|
||||||
</el-popconfirm>
|
|
||||||
<el-popconfirm
|
<el-popconfirm
|
||||||
title="Are you sure to delete this?"
|
title="Are you sure to delete this?"
|
||||||
@confirm="handleDelete(scope.row)"
|
@confirm="handleDelete(scope.row)"
|
||||||
@ -83,6 +72,17 @@ limitations under the License. -->
|
|||||||
</el-button>
|
</el-button>
|
||||||
</template>
|
</template>
|
||||||
</el-popconfirm>
|
</el-popconfirm>
|
||||||
|
<el-popconfirm
|
||||||
|
title="Are you sure to set this?"
|
||||||
|
@confirm="setRoot(scope.row)"
|
||||||
|
v-if="scope.row.entity === EntityType[1].value"
|
||||||
|
>
|
||||||
|
<template #reference>
|
||||||
|
<el-button size="small" style="width: 120px" type="danger">
|
||||||
|
{{ scope.row.isRoot ? t("setNormal") : t("setRoot") }}
|
||||||
|
</el-button>
|
||||||
|
</template>
|
||||||
|
</el-popconfirm>
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
</el-table>
|
</el-table>
|
||||||
|
Loading…
Reference in New Issue
Block a user