mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-01-19 06:32:59 +08:00
fix: 修改应用错误状态
This commit is contained in:
parent
cf934801c3
commit
eaa0ff18e4
@ -50,7 +50,7 @@
|
||||
trigger="hover"
|
||||
:content="row.message"
|
||||
>
|
||||
<template #reference>{{ row.status }}</template>
|
||||
<template #reference><Status :key="row.status" :status="row.status"></Status></template>
|
||||
</el-popover>
|
||||
<div v-else>
|
||||
<el-icon v-if="row.status === 'Installing'" class="is-loading">
|
||||
|
Loading…
Reference in New Issue
Block a user