Make hostname prefix configurable

This commit is contained in:
Djuri 2023-11-16 00:08:46 +01:00
parent 43bf05ffb9
commit 03617b4e04
7 changed files with 184 additions and 3 deletions

View file

@ -149,6 +149,8 @@ fetch('/api/settings', {
document.getElementById('fullRefreshMin').value = jsonData.fullRefreshMin;
document.getElementById('tzOffset').value = jsonData.tzOffset;
document.getElementById('mempoolInstance').value = jsonData.mempoolInstance;
document.getElementById('hostnamePrefix').value = jsonData.hostnamePrefix;
document.getElementById('minSecPriceUpd').value = jsonData.minSecPriceUpd;
if (jsonData.gitRev)