mirror of https://github.com/1Panel-dev/1Panel
style: 容器界面提示文字和操作保持一致 (#2305)
parent
43b3ef47f3
commit
cc7260e121
|
@ -1,5 +1,5 @@
|
||||||
<template>
|
<template>
|
||||||
<el-dialog v-model="open" :title="$t('app.delete')" width="30%" :close-on-click-modal="false">
|
<el-dialog v-model="open" :title="$t('container.' + operation)" width="30%" :close-on-click-modal="false">
|
||||||
<el-row>
|
<el-row>
|
||||||
<el-col :span="20" :offset="2">
|
<el-col :span="20" :offset="2">
|
||||||
<el-alert :title="msg" show-icon type="error" :closable="false"></el-alert>
|
<el-alert :title="msg" show-icon type="error" :closable="false"></el-alert>
|
||||||
|
|
Loading…
Reference in New Issue