mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-07-01 23:39:46 +00:00
feat: update
This commit is contained in:
parent
62b3692ee3
commit
54735d3466
@ -98,12 +98,13 @@ limitations under the License. -->
|
||||
{{ t("rename") }}
|
||||
</el-button>
|
||||
<el-button
|
||||
:disabled="![EntityType[0].value, EntityType[3].value].includes(scope.row.entity)"
|
||||
v-if="[EntityType[0].value, EntityType[3].value].includes(scope.row.entity)"
|
||||
size="small"
|
||||
@click="handleEditMQE(scope.row)"
|
||||
>
|
||||
MQE
|
||||
</el-button>
|
||||
<span v-else class="placeholder"> -- </span>
|
||||
<el-popconfirm :title="t('deleteTitle')" @confirm="handleDelete(scope.row)">
|
||||
<template #reference>
|
||||
<el-button size="small" type="danger">
|
||||
@ -720,6 +721,11 @@ limitations under the License. -->
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
.placeholder {
|
||||
display: inline-block;
|
||||
width: 75px;
|
||||
}
|
||||
|
||||
.expressions {
|
||||
height: 300px;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user