fix observations
fix the timezone import
This commit is contained in:
12
workflow/engine/templates/scheduler/index.html
Normal file
12
workflow/engine/templates/scheduler/index.html
Normal file
@@ -0,0 +1,12 @@
|
||||
|
||||
<script type="text/javascript" src="{$translation}"></script>
|
||||
<script type="text/javascript">
|
||||
var server = "{$server}";
|
||||
var credentials = {$credentials};
|
||||
var category = "{$category}";
|
||||
var lang = "{$lang}";
|
||||
var workspace = "{$workspace}";
|
||||
var timezoneArray = {$timezoneArray};
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user