update DNS page
This commit is contained in:
+2
-1
@@ -104,7 +104,8 @@ body {
|
||||
}
|
||||
|
||||
#ConfigureDNSTable {
|
||||
width: 400px;
|
||||
display: inline-block;
|
||||
float: left;
|
||||
}
|
||||
|
||||
/* Tables */
|
||||
|
||||
@@ -13,6 +13,7 @@ const recordTypeMap = {
|
||||
"host": "A",
|
||||
"cname": "CNAME",
|
||||
"txt": "TXT",
|
||||
"mx": "MX",
|
||||
"srv": "SRV"
|
||||
}
|
||||
|
||||
|
||||
+10
-1
@@ -1,6 +1,7 @@
|
||||
<p>Configuring DNS records for {{domain.domain}}.{{domain.tld}}</p>
|
||||
|
||||
<table id="ConfigureDNSTable">
|
||||
<div id="ConfigureDNSTable">
|
||||
<table>
|
||||
<tr>
|
||||
{{#each dnsRecordsHeaders}}
|
||||
<th>{{this}}</th>
|
||||
@@ -14,4 +15,12 @@
|
||||
</tr>
|
||||
{{/each}}
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<div class="ContentBox" id="DomainOptions">
|
||||
<div style="width: 200px;"></div>
|
||||
<p class="TitleText">Options</p>
|
||||
<ul>
|
||||
<li><a href="/dns/new">Add New Record</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
Reference in New Issue
Block a user