Small GUI changes.

pull/3/head
Revertron 3 years ago
parent 6a3d7c6ab6
commit a8e7797863

@ -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.
![Screenshot](img/0WzaeA.png)
## 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";

Loading…
Cancel
Save