diff --git a/src/main/resources/web/js/models/switchmodel.js b/src/main/resources/web/js/models/switchmodel.js index aced9b85757a2d51d9b5b9fb292da7f6eefb5f32..2331a72c6ed51ea3ddebe42bf6e5fd674d0d3997 100644 --- a/src/main/resources/web/js/models/switchmodel.js +++ b/src/main/resources/web/js/models/switchmodel.js @@ -168,7 +168,7 @@ window.Switch = Backbone.Model.extend({ //console.log(flows); // create flow models - var i = 0; + var i = 0; _.each(flows, function(f) { f.id = self.id + '-' + i++; @@ -183,6 +183,11 @@ window.Switch = Backbone.Model.extend({ f.applyActionText = ''; f.writeActionText = ''; + f.clearActionText = ''; + f.writeMetadataText = ''; + f.gotoMeterText = ''; + f.gotoGroupText = ''; + f.experimenterText = ''; if(f.hasOwnProperty('instructions')) { if(f.instructions.hasOwnProperty('instruction_apply_actions')) { _.each(f.instructions.instruction_apply_actions, function(value, key) { @@ -239,6 +244,4 @@ window.SwitchCollection = Backbone.Collection.extend({ }); }, - }); -Status API Training Shop Blog About -© 2014 GitHub, Inc. Terms Privacy Security Contact + }); \ No newline at end of file