We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1dc270 commit 57da9a1Copy full SHA for 57da9a1
app/views/ops/_rbac_group_details.html.haml
@@ -96,7 +96,17 @@
96
:class => "form-control",
97
"data-miq_observe" => {:interval => '.5',
98
:url => url}.to_json)
99
-
+ - unless mode == "httpd"
100
+ .form-group#user_name_form_group
101
+ %label.col-md-2.control-label
102
+ = _("Username")
103
+ .col-md-8
104
+ = text_field_tag("user_id",
105
+ @edit[:new][:user_id],
106
+ :maxlength => 255,
107
+ :class => "form-control",
108
+ "data-miq_observe" => {:interval => '.5',
109
+ :url => url}.to_json)
110
.form-group#user_password_form_group
111
%label.col-md-2.control-label
112
= _("Password")
0 commit comments