File tree Expand file tree Collapse file tree 2 files changed +20
-8
lines changed Expand file tree Collapse file tree 2 files changed +20
-8
lines changed Original file line number Diff line number Diff line change @@ -59,12 +59,18 @@ body:
59
59
validations :
60
60
required : true
61
61
62
- - type : textarea
62
+ - type : dropdown
63
63
attributes :
64
64
label : StreamPark Version
65
65
description : Provide StreamPark version.
66
- placeholder : >
67
- Please provide the version of StreamPark.
66
+ options :
67
+ - 2.0.0
68
+ - 2.1.0
69
+ - 2.1.1
70
+ - 2.1.2
71
+ - 2.1.3
72
+ - 2.1.4
73
+ - 2.1.5
68
74
validations :
69
75
required : true
70
76
79
85
80
86
- type : dropdown
81
87
attributes :
82
- label : deploy mode
88
+ label : Deploy mode
83
89
description : Which mode deploy the flink job?
84
90
options :
85
91
- yarn-application
Original file line number Diff line number Diff line change @@ -58,12 +58,18 @@ body:
58
58
validations :
59
59
required : true
60
60
61
- - type : textarea
61
+ - type : dropdown
62
62
attributes :
63
63
label : StreamPark Version
64
64
description : Provide StreamPark version.
65
- placeholder : >
66
- Please provide the version of StreamPark.
65
+ options :
66
+ - 2.0.0
67
+ - 2.1.0
68
+ - 2.1.1
69
+ - 2.1.2
70
+ - 2.1.3
71
+ - 2.1.4
72
+ - 2.1.5
67
73
validations :
68
74
required : true
69
75
78
84
79
85
- type : dropdown
80
86
attributes :
81
- label : deploy mode
87
+ label : Deploy mode
82
88
description : Which mode deploy the flink job?
83
89
options :
84
90
- yarn-application
You can’t perform that action at this time.
0 commit comments