|
208 | 208 | "Special": "array:text", |
209 | 209 | "EnumValues": {} |
210 | 210 | }, |
| 211 | + { |
| 212 | + "DisplayName": "Dashboard IP Binding Selection Mode", |
| 213 | + "Category": "Windrose:stadia_controller", |
| 214 | + "Subcategory": "WindrosePlus:extension:2", |
| 215 | + "Description": "Sets whether the IP binding of the Windrose+ dashboard should be automatically set, or whether it should be set to the instance's Application IP Binding or the IP set under Dashboard IP Binding. Note that on Windows the forced binding is 'localhost' only unless the Network Service user has appropriate ACL permissions", |
| 216 | + "Keywords": "ip,binding,dashboard", |
| 217 | + "FieldName": "HTTPBinding", |
| 218 | + "InputType": "enum", |
| 219 | + "ParamFieldName": "HTTPBinding", |
| 220 | + "DefaultValue": "", |
| 221 | + "EnumValues": { |
| 222 | + "": "Automatic (default)", |
| 223 | + "{{$ApplicationIPBinding}}": "Application IP Binding", |
| 224 | + "{{ManualIPBinding}}": "Manual" |
| 225 | + } |
| 226 | + }, |
| 227 | + { |
| 228 | + "DisplayName": "Dashboard IP Binding", |
| 229 | + "Category": "Windrose:stadia_controller", |
| 230 | + "Subcategory": "WindrosePlus:extension:2", |
| 231 | + "Description": "Sets the IP binding for the Windrose+ dashboard, if 'Manual' is selected as the Dashboard IP Binding Selection Mode", |
| 232 | + "Keywords": "manual,ip,binding,dashboard", |
| 233 | + "FieldName": "ManualIPBinding", |
| 234 | + "InputType": "text", |
| 235 | + "ParamFieldName": "ManualIPBinding", |
| 236 | + "DefaultValue": "", |
| 237 | + "EnumValues": {} |
| 238 | + }, |
211 | 239 | { |
212 | 240 | "DisplayName": "Unlock All Ships", |
213 | 241 | "Category": "Windrose:stadia_controller", |
|
0 commit comments