added config values to dashboard

This commit is contained in:
Oscar Krause
2023-01-03 15:03:09 +01:00
parent bcba15bde4
commit 9932ff58d8
2 changed files with 20 additions and 0 deletions

View File

@@ -28,6 +28,8 @@
</a>
</div>
</div>
<pre id="config"></pre>
</div>
{% endblock %}
@@ -37,5 +39,12 @@
function downloadClientToken() {
window.open('/-/client-token', "_blank")
}
function load() {
const config = document.getElementById('config')
fetchConfig(config)
}
load()
</script>
{% endblock %}