mirror of
https://github.com/unraid/webgui.git
synced 2026-05-24 07:09:42 -05:00
Fixed page references when Users menu is under Settings
This commit is contained in:
@@ -139,5 +139,5 @@ Retype password:
|
||||
: <input type="password" name="userPasswordConf" maxlength="40" onKeyUp="this.form.cmdUserEdit.disabled=(this.form.userPassword.value!=this.form.userPasswordConf.value);">
|
||||
|
||||
|
||||
: <input type="submit" name="cmdUserEdit" value="Add"><input type="button" value="Done" onclick="done()">
|
||||
: <input type="submit" name="cmdUserEdit" value="Add"><input type="button" value="Done" onclick="done('UserAdd')">
|
||||
</form>
|
||||
|
||||
Reference in New Issue
Block a user