2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-04 12:40:25 +08:00

修复(网站):网站名可以编辑的bug

This commit is contained in:
耗子
2022-12-01 20:23:50 +08:00
parent 85997100ed
commit 3b5eb5ecf3

View File

@@ -77,7 +77,7 @@ Date: 2022-11-28
, toolbar: '#website-list-bar'
, title: '网站列表'
, cols: [[
{field: 'name', title: '网站名', width: 200, fixed: 'left', unresize: true, sort: true, edit: 'text'}
{field: 'name', title: '网站名', width: 200, fixed: 'left', unresize: true, sort: true}
, {field: 'run', title: '运行', width: 100, templet: '#website-run', unresize: true}
, {field: 'path', title: '目录', width: 250}
, {field: 'php', title: 'PHP', width: 60}