adding env feature

This commit is contained in:
alseambusher
2016-02-14 08:28:39 -08:00
parent 0c6cc5512a
commit 5f52cbcf44
4 changed files with 14 additions and 1 deletions

View File

@@ -13,6 +13,7 @@
$('[data-toggle="tooltip"]').tooltip();
crontabs = JSON.parse('<%- crontabs.replace(/\\\\/g, "\\\\\\\\").replace(/\\\"/g,"\\\\\"") %>');
routes = JSON.parse('<%- routes %>');
$("#env_vars").val(`<%- env %>`);
})
</script>
</head>