mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-05-12 15:52:57 +00:00
fix: style
This commit is contained in:
parent
881620ba81
commit
5341011ba2
@ -73,7 +73,7 @@ limitations under the License. -->
|
|||||||
<span v-else> -- </span>
|
<span v-else> -- </span>
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column prop="isDefault" label="Default Dashboard" width="80">
|
<el-table-column prop="isDefault" label="Default Dashboard" width="140">
|
||||||
<template #default="scope">
|
<template #default="scope">
|
||||||
<el-popconfirm
|
<el-popconfirm
|
||||||
:title="t('rootTitle')"
|
:title="t('rootTitle')"
|
||||||
@ -81,7 +81,7 @@ limitations under the License. -->
|
|||||||
v-if="[EntityType[0].value].includes(scope.row.entity)"
|
v-if="[EntityType[0].value].includes(scope.row.entity)"
|
||||||
>
|
>
|
||||||
<template #reference>
|
<template #reference>
|
||||||
<el-button size="small" style="width: 50px">
|
<el-button size="small" style="width: 80px">
|
||||||
{{ scope.row.isDefault ? "Disable" : "Enable" }}
|
{{ scope.row.isDefault ? "Disable" : "Enable" }}
|
||||||
</el-button>
|
</el-button>
|
||||||
</template>
|
</template>
|
||||||
|
Loading…
Reference in New Issue
Block a user