Small GUI changes.

This commit is contained in:
Revertron
2021-02-25 16:13:33 +01:00
parent 6a3d7c6ab6
commit a8e7797863
4 changed files with 4 additions and 2 deletions
+2
View File
@@ -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. 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 ## Building
BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 107 KiB

+1 -1
View File
@@ -194,7 +194,7 @@
</div> </div>
</div> </div>
<div class="content" id="domain_records"> <div class="block" id="domain_records">
<!-- Here will be our domain records, added by dialog --> <!-- Here will be our domain records, added by dialog -->
</div> </div>
+1 -1
View File
@@ -31,7 +31,7 @@ function refresh_records_list() {
data = value.priority + " " + value.weight + " " + value.port + " " + value.host; 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\">" + getInput(value.domain) + "</div>\n";
buf += "<div class=\"column is-2\">" + getInput(value.type) + "</div>\n"; buf += "<div class=\"column is-2\">" + getInput(value.type) + "</div>\n";
buf += "<div class=\"column is-2\">" + getInput(value.ttl) + "</div>\n"; buf += "<div class=\"column is-2\">" + getInput(value.ttl) + "</div>\n";