...
|
...
|
@@ -271,7 +271,7 @@ function dnsViewCurrentConf(resp) { |
|
|
dialog.dialog({
|
|
|
title: "当前配置",
|
|
|
backdrop: "static",
|
|
|
content: "<pre style='width:450px'>" + data.data + "</pre>",
|
|
|
content: "<pre style='width:568px'>" + data.data + "</pre>",
|
|
|
buttons: [{
|
|
|
text: "确定",
|
|
|
className: "btn-danger",
|
...
|
...
|
@@ -280,8 +280,8 @@ function dnsViewCurrentConf(resp) { |
|
|
}
|
|
|
}]
|
|
|
}).find(".modal-body").css({
|
|
|
height: "450px",
|
|
|
width: "520px"
|
|
|
height: "280px",
|
|
|
width: "600px"
|
|
|
});
|
|
|
}
|
|
|
|
...
|
...
|
|