...
|
...
|
@@ -169,7 +169,7 @@ |
|
|
'</div>' +
|
|
|
'<hr>' +
|
|
|
'<div class="clearfix mt15">' +
|
|
|
'<div style="width:350px; height: 180px;float: left; border: 1px solid white;word-break:break-all;">' +
|
|
|
'<div style="width:360px; height: 180px;float: left; border: 1px solid white;word-break:break-all;">' +
|
|
|
'<h4 class="modal-title" style="text-align: center;color: white;">AWS</h4>';
|
|
|
if (awsIp == "") {
|
|
|
contentHtml += "无";
|
...
|
...
|
@@ -177,7 +177,7 @@ |
|
|
contentHtml += awsIp;
|
|
|
}
|
|
|
contentHtml += '</div>' +
|
|
|
'<div style="width:350px; height: 180px;float: right; border: 1px solid white;word-break:break-all;">' +
|
|
|
'<div style="width:360px; height: 180px;float: right; border: 1px solid white;word-break:break-all;">' +
|
|
|
'<h4 class="modal-title" style="text-align: center;color: white;" >QCloud</h4>';
|
|
|
if (qcoloudIp == "") {
|
|
|
contentHtml += "无";
|
...
|
...
|
|