You've already forked crontab-ui
mirror of
https://github.com/alseambusher/crontab-ui.git
synced 2025-12-15 11:43:58 +08:00
adding env feature
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user