Small GUI changes.
This commit is contained in:
@@ -7,6 +7,8 @@ Alternative Free Identity System
|
||||
|
||||
This project represents a minimal blockchain with no coin, capable of sustaining any number of domain name zones and domains.
|
||||
|
||||

|
||||
|
||||
|
||||
## Building
|
||||
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 107 KiB |
@@ -194,7 +194,7 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="content" id="domain_records">
|
||||
<div class="block" id="domain_records">
|
||||
<!-- Here will be our domain records, added by dialog -->
|
||||
</div>
|
||||
|
||||
|
||||
@@ -31,7 +31,7 @@ function refresh_records_list() {
|
||||
data = value.priority + " " + value.weight + " " + value.port + " " + value.host;
|
||||
}
|
||||
|
||||
buf += "<div class=\"columns is-1\">\n";
|
||||
buf += "<div class=\"columns\">\n";
|
||||
buf += "<div class=\"column\">" + getInput(value.domain) + "</div>\n";
|
||||
buf += "<div class=\"column is-2\">" + getInput(value.type) + "</div>\n";
|
||||
buf += "<div class=\"column is-2\">" + getInput(value.ttl) + "</div>\n";
|
||||
|
||||
Reference in New Issue
Block a user