add option in new task page
This commit is contained in:
parent
6f7e68b06a
commit
684dea1b79
|
@ -939,6 +939,16 @@
|
|||
category: 'http',
|
||||
canUpdate: 'new|waiting|paused'
|
||||
},
|
||||
{
|
||||
key: 'http-user',
|
||||
category: 'http',
|
||||
canUpdate: 'new|waiting|paused'
|
||||
},
|
||||
{
|
||||
key: 'http-passwd',
|
||||
category: 'http',
|
||||
canUpdate: 'new|waiting|paused'
|
||||
},
|
||||
{
|
||||
key: 'all-proxy',
|
||||
category: 'http',
|
||||
|
|
Reference in a new issue