diff --git a/src/index.pug b/src/index.pug index 811eb25..30aa49a 100644 --- a/src/index.pug +++ b/src/index.pug @@ -37,12 +37,13 @@ html(lang="en") table thead tr + th(scope="col") Region th(scope="col") Domain th(scope="col") Health th(scope="col") Action tbody#instances-tbody tr.loading - td(colspan="3" data-loading-message="Loading instances...").loading-td Trying to run scripts... + td(colspan="4" data-loading-message="Loading instances...").loading-td Trying to run scripts... noscript .instances-list @@ -67,7 +68,7 @@ html(lang="en") ] for instance in instances li - a(href=`https://${instance["url"]}`)= instance["url"] - span= '(' + instance["flag"] + ')' + = `instance.flag ` + a(href=`https://${instance.url}`)= instance.url include footer.pug diff --git a/src/main.js b/src/main.js index 2703a04..8860c25 100644 --- a/src/main.js +++ b/src/main.js @@ -65,6 +65,7 @@ const health = entry.healthKnown ? entry.health.toFixed(0) : "(unknown)" q("#instances-tbody").appendChild( createElement("tr", {}, [ + createElement("td", {textContent: `${entry.details.flag} ${entry.details.region}`}), createElement("td", {textContent: entry.name}), createElement("td", {className: "column-center "+healthUnknown, textContent: health}), createElement("td", {className: "column-center"}, [