added dns record view view and tabs

This commit is contained in:
2021-08-10 17:00:49 +01:00
parent ac236339d4
commit 914c788351
23 changed files with 1455 additions and 114 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ class MyDocument extends Document {
return (
<Html lang="en">
<Head />
<body>
<body className="js-enabled">
{!process.browser && (
<script>
window.apiRoot = `{process.env.API_ROOT}`