mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-10-13 00:46:39 +08:00
feat: 容器编排及模板列表支持排序 (#6566)
Co-authored-by: zhoujunhong <1298308460@qq.com>
This commit is contained in:
parent
c16d6d1644
commit
fdd57d0801
2 changed files with 2 additions and 0 deletions
|
@ -48,6 +48,7 @@
|
||||||
:label="$t('commons.table.name')"
|
:label="$t('commons.table.name')"
|
||||||
width="170"
|
width="170"
|
||||||
prop="name"
|
prop="name"
|
||||||
|
sortable
|
||||||
fix
|
fix
|
||||||
show-overflow-tooltip
|
show-overflow-tooltip
|
||||||
>
|
>
|
||||||
|
|
|
@ -35,6 +35,7 @@
|
||||||
:label="$t('commons.table.name')"
|
:label="$t('commons.table.name')"
|
||||||
min-width="100"
|
min-width="100"
|
||||||
prop="name"
|
prop="name"
|
||||||
|
sortable
|
||||||
fix
|
fix
|
||||||
show-overflow-tooltip
|
show-overflow-tooltip
|
||||||
>
|
>
|
||||||
|
|
Loading…
Add table
Reference in a new issue