mirror of
https://github.com/netcccyun/dnsmgr.git
synced 2026-02-21 15:31:12 +08:00
网宿部署增加产品字段,方便后续扩充其他产品线
This commit is contained in:
parent
0752f07f7d
commit
333aacaab9
@ -1244,6 +1244,15 @@ class DeployHelper
|
||||
],
|
||||
],
|
||||
'taskinputs' => [
|
||||
'product' => [
|
||||
'name' => '要部署的产品',
|
||||
'type' => 'select',
|
||||
'options' => [
|
||||
['value'=>'cdnpro', 'label'=>'CDN Pro']
|
||||
],
|
||||
'value' => 'cdnpro',
|
||||
'required' => true,
|
||||
],
|
||||
'domain' => [
|
||||
'name' => '绑定的域名',
|
||||
'type' => 'input',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user