Fix "cancel" button on new server form
This commit is contained in:
parent
fc1414f326
commit
1c8430b11f
|
@ -134,7 +134,7 @@ const serverListTemplate = adminPagesHeader + `
|
|||
required="required" id="username-field" /><br/>
|
||||
<input type="submit" name="submit" class="button-primary"
|
||||
value="Create" />
|
||||
<button type="button" onclick="hideForm2()">Cancel</button>
|
||||
<button type="button" onclick="hideForm()">Cancel</button>
|
||||
</div>
|
||||
</form>
|
||||
|
||||
|
|
Loading…
Reference in New Issue