[UI] Handling users and passwords
[validation.git] / ui / src / main / webapp / app / BluvalUI / CreateUser / CreateUserTemplate.html
index e601725..898648c 100644 (file)
@@ -37,7 +37,19 @@ limitations under the License.
         <div class="Column">
             <div class="form-row">
                 <label for="textinputID-3a">Define login
-                    password: </label> <input ng-model="definedLoginPwd"</input>
+                    password: </label> <input type="password"
+                    ng-model="definedLoginPwd"</input>
+            </div>
+        </div>
+        <br>
+
+        <div>
+            <div class="form-row">
+                <label for="textinputID-3a">Define user role: </label> <select
+                    ng-model="selectedRole"
+                    ng-change="selectedRoleChange()"
+                    ng-options="y for y in roles">
+                </select>
             </div>
         </div>
         <br>