This commit is contained in:
王怡栋
2024-04-29 10:54:44 +08:00
parent 72d707e9e9
commit c8bf131a8d
+1 -1
View File
@@ -121,7 +121,7 @@ formPanel
setClass('webhookType'),
set::label($lang->webhook->type),
formHidden('type', $webhook->type),
zget($lang->webhook->typeList, $webhook->type)
span(set::style(array('padding-left' => '20px')), zget($lang->webhook->typeList, $webhook->type))
),
$formItems
);