mirror of
https://github.com/acepanel/panel.git
synced 2026-02-07 00:53:13 +08:00
feat: 发布v2.3.8
This commit is contained in:
@@ -51,15 +51,6 @@ const columns: any = [
|
||||
resizable: true,
|
||||
ellipsis: { tooltip: true }
|
||||
},
|
||||
{
|
||||
title: 'PHP',
|
||||
key: 'php',
|
||||
width: 60,
|
||||
ellipsis: { tooltip: true },
|
||||
render(row: any) {
|
||||
return row.php === 0 ? '不使用' : row.php
|
||||
}
|
||||
},
|
||||
{
|
||||
title: 'SSL',
|
||||
key: 'ssl',
|
||||
|
||||
Reference in New Issue
Block a user