mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-12-29 02:38:45 +08:00
fix: add copy button for image name (#10837)
This commit is contained in:
parent
cb74d8d51b
commit
74695ab276
1 changed files with 1 additions and 0 deletions
|
|
@ -16,6 +16,7 @@
|
|||
</el-descriptions-item>
|
||||
<el-descriptions-item :label="$t('container.image')">
|
||||
{{ inspectData?.Config?.Image }}
|
||||
<CopyButton :content="inspectData?.Config?.Image || ''" />
|
||||
</el-descriptions-item>
|
||||
<el-descriptions-item :label="$t('commons.table.createdAt')">
|
||||
{{ formatDate(inspectData?.Created) }}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue