Small UI fix, added contacts button (for now disabled).
This commit is contained in:
@@ -215,6 +215,10 @@ function recordOkay(okay) {
|
||||
}
|
||||
|
||||
function createDomain() {
|
||||
if (typeof currentZone == 'undefined') {
|
||||
showWarning("Select a domain zone first");
|
||||
return;
|
||||
}
|
||||
var new_domain = document.getElementById("new_domain").value.toLowerCase();
|
||||
var domain = new_domain + "." + currentZone.name;
|
||||
var data = {};
|
||||
|
||||
Reference in New Issue
Block a user