mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-01-31 14:08:06 +08:00
parent
0449868d3b
commit
3652c46ac9
@ -98,12 +98,12 @@
|
|||||||
<el-table-column type="selection" />
|
<el-table-column type="selection" />
|
||||||
<el-table-column
|
<el-table-column
|
||||||
:label="$t('commons.table.name')"
|
:label="$t('commons.table.name')"
|
||||||
:width="mobile ? 300 : '200'"
|
:width="mobile ? 300 : 200"
|
||||||
min-width="100"
|
min-width="100"
|
||||||
prop="name"
|
prop="name"
|
||||||
sortable
|
sortable
|
||||||
fix
|
fix
|
||||||
:fixed="mobile ? 'false' : 'left'"
|
:fixed="mobile ? false : 'left'"
|
||||||
>
|
>
|
||||||
<template #default="{ row }">
|
<template #default="{ row }">
|
||||||
<Tooltip @click="onInspect(row.containerID)" :text="row.name" />
|
<Tooltip @click="onInspect(row.containerID)" :text="row.name" />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user