Skip to content

Commit

Permalink
Merge pull request #13472 from syncrou/euwe_pull_out_simulation_varia…
Browse files Browse the repository at this point in the history
…bles

[EUWE] Pulled out simulation parameters
  • Loading branch information
simaishi authored Jan 20, 2017
2 parents 4dec603 + 0e76567 commit e9d633d
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions app/views/layouts/angular-bootstrap/_ae_resolve_options.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -62,17 +62,6 @@
%span.help-block{"ng-show" => "angularForm.target_id.$error.miqrequired"}
= _("Required")
%div
= _("Simulation Parameters")
.form-group
%label.col-md-2.control-label{"for" => "readonly"}
= _("Execute Methods")
.col-md-8
%input#readonly{"type" => "checkbox",
"name" => "readonly",
"ng-model" => "scheduleModel.readonly",
"checkchange" => ""}
%div
= _("Attribute/Value Pairs")
.form-group{"ng-repeat" => "key_val in scheduleModel.ui_attrs track by $index"}
Expand Down

0 comments on commit e9d633d

Please sign in to comment.