File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 92
92
%label
93
93
%input{:type => 'radio',
94
94
:name => 'provider_type',
95
- :id => 'provider_type_none ',
95
+ :id => 'provider_type ',
96
96
:value => 'none',
97
97
" data-miq_observe" => {:url => url}.to_json,
98
98
:checked => @edit[:new][:authentication][:provider_type] == " none" }
101
101
%label
102
102
%input{:type => 'radio',
103
103
:name => 'provider_type',
104
- :id => 'provider_type_saml ',
104
+ :id => 'provider_type ',
105
105
:value => 'saml',
106
106
" data-miq_observe" => {:url => url}.to_json,
107
107
:checked => @edit[:new][:authentication][:provider_type] == " saml" }
110
110
%label
111
111
%input{:type => 'radio',
112
112
:name => 'provider_type',
113
- :id => 'provider_type_oidc ',
113
+ :id => 'provider_type ',
114
114
:value => 'oidc',
115
115
" data-miq_observe" => {:url => url}.to_json,
116
116
:checked => @edit[:new][:authentication][:provider_type] == " oidc" }
You can’t perform that action at this time.
0 commit comments