diff --git a/dist/server.js b/dist/server.js index f82c585..7835e84 100644 --- a/dist/server.js +++ b/dist/server.js @@ -206,7 +206,7 @@ function edit_phase(phaseid) {
+ oninput="update_field('description', this.value)">{{description}}
@@ -214,22 +214,22 @@ function edit_phase(phaseid) {
+ oninput="update_field('on_load', this.value)" + class="textarea" placeholder="#t">{{on_load}}
- +
- +
@@ -294,9 +294,9 @@ Controllers:


{{name}}

{{text}}
-On Load: {{onload}}
-Exit When: {{nextcond}}
-On Exit: {{onexit}}
+On Load: {{on_load}}
+Exit When: {{exit_condition}}
+On Exit: {{on_exit}}
{{/phases}} {{/selected_recipe}} @@ -337,11 +337,11 @@ function current_recipe(data) { {{current_phase.text}}

-Next Cond: {{current_phase.nextcond}} +Next Cond: {{current_phase.exit_condition}}
-On Load: {{current_phase.onload}} +On Load: {{current_phase.on_load}}
-On Exit: {{current_phase.onexit}} +On Exit: {{current_phase.on_exit}}