1
0
This commit is contained in:
setop 2025-06-25 17:55:19 +02:00
parent 65c71e4fec
commit 4171f80ad5

View File

@ -5307,13 +5307,38 @@ var $author$project$Main$regions = _List_fromArray(
_Utils_Tuple2('EW', 'West Europe, Amsterdam'), _Utils_Tuple2('EW', 'West Europe, Amsterdam'),
_Utils_Tuple2('EN', 'North Europe, Dublin') _Utils_Tuple2('EN', 'North Europe, Dublin')
]); ]);
var $elm$html$Html$label = _VirtualDom_node('label');
var $elm$virtual_dom$VirtualDom$style = _VirtualDom_style;
var $elm$html$Html$Attributes$style = $elm$virtual_dom$VirtualDom$style;
var $elm$virtual_dom$VirtualDom$text = _VirtualDom_text;
var $elm$html$Html$text = $elm$virtual_dom$VirtualDom$text;
var $author$project$Main$renderFormInput = F2(
function (alabel, ainput) {
return A2(
$elm$html$Html$div,
_List_Nil,
_List_fromArray(
[
A2(
$elm$html$Html$label,
_List_fromArray(
[
A2($elm$html$Html$Attributes$style, 'padding-right', '10px')
]),
_List_fromArray(
[
$elm$html$Html$text(alabel)
])),
ainput,
$author$project$Main$br_,
$author$project$Main$br_
]));
});
var $elm$html$Html$option = _VirtualDom_node('option'); var $elm$html$Html$option = _VirtualDom_node('option');
var $elm$core$Tuple$second = function (_v0) { var $elm$core$Tuple$second = function (_v0) {
var y = _v0.b; var y = _v0.b;
return y; return y;
}; };
var $elm$virtual_dom$VirtualDom$text = _VirtualDom_text;
var $elm$html$Html$text = $elm$virtual_dom$VirtualDom$text;
var $elm$json$Json$Encode$string = _Json_wrap; var $elm$json$Json$Encode$string = _Json_wrap;
var $elm$html$Html$Attributes$stringProperty = F2( var $elm$html$Html$Attributes$stringProperty = F2(
function (key, string) { function (key, string) {
@ -5372,7 +5397,9 @@ var $author$project$Main$view = function (model) {
$author$project$Main$br_, $author$project$Main$br_,
$author$project$Main$br_, $author$project$Main$br_,
$author$project$Main$br_, $author$project$Main$br_,
$elm$html$Html$text('code'), A2(
$author$project$Main$renderFormInput,
'code',
A2( A2(
$elm$html$Html$input, $elm$html$Html$input,
_List_fromArray( _List_fromArray(
@ -5380,22 +5407,22 @@ var $author$project$Main$view = function (model) {
$elm$html$Html$Events$onInput($author$project$Main$InputCode), $elm$html$Html$Events$onInput($author$project$Main$InputCode),
$elm$html$Html$Attributes$value(model.E) $elm$html$Html$Attributes$value(model.E)
]), ]),
_List_Nil), _List_Nil)),
$author$project$Main$br_, A2(
$author$project$Main$br_, $author$project$Main$renderFormInput,
$elm$html$Html$text('region'), 'region',
A2($author$project$Main$renderSelect, $author$project$Main$InputReg, $author$project$Main$regions), A2($author$project$Main$renderSelect, $author$project$Main$InputReg, $author$project$Main$regions)),
$author$project$Main$br_, A2(
$author$project$Main$br_, $author$project$Main$renderFormInput,
$elm$html$Html$text('environment'), 'environment',
A2($author$project$Main$renderSelect, $author$project$Main$InputEnv, $author$project$Main$envs), A2($author$project$Main$renderSelect, $author$project$Main$InputEnv, $author$project$Main$envs)),
$author$project$Main$br_, A2(
$author$project$Main$br_, $author$project$Main$renderFormInput,
$elm$html$Html$text('role'), 'role',
A2($author$project$Main$renderSelect, $author$project$Main$InputRole, $author$project$Main$roles), A2($author$project$Main$renderSelect, $author$project$Main$InputRole, $author$project$Main$roles)),
$author$project$Main$br_, A2(
$author$project$Main$br_, $author$project$Main$renderFormInput,
$elm$html$Html$text('increment'), 'increment',
A2( A2(
$elm$html$Html$select, $elm$html$Html$select,
_List_fromArray( _List_fromArray(
@ -5416,7 +5443,7 @@ var $author$project$Main$view = function (model) {
_Utils_ap( _Utils_ap(
A2($elm$core$List$range, 1, 20), A2($elm$core$List$range, 1, 20),
_List_fromArray( _List_fromArray(
[0])))) [0])))))
])); ]));
}; };
var $author$project$Main$main = $elm$browser$Browser$sandbox( var $author$project$Main$main = $elm$browser$Browser$sandbox(