mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2026-09-24 08:00:57 +00:00
fix: add missing ssl column controls (#12252)
This commit is contained in:
@@ -97,7 +97,7 @@
|
||||
</div>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column :label="$t('commons.button.log')" width="80px">
|
||||
<el-table-column :label="$t('commons.button.log')" prop="log" width="80px">
|
||||
<template #default="{ row }">
|
||||
<el-button
|
||||
@click="openSSLLog(row)"
|
||||
@@ -127,7 +127,7 @@
|
||||
</fu-read-write-switch>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column :label="$t('ssl.autoRenew')" width="200px">
|
||||
<el-table-column :label="$t('ssl.autoRenew')" prop="autoRenew" width="200px">
|
||||
<template #default="{ row }">
|
||||
<el-switch
|
||||
:disabled="
|
||||
|
||||
Reference in New Issue
Block a user