Project

General

Profile

« Previous | Next » 

Revision 09ce8a63

Added by Ori Rabin almost 9 years ago

Fixes #4419 - rearranging smart class parameters edit form

View differences:

app/views/puppetclasses/_form.html.erb
<div class='input-group'>
<span class="input-group-addon">@</span>
<%= select_tag "environment_filter", options_from_collection_for_select(@puppetclass.environments, "id", "name"),
:include_blank => "All Environments - (Not filtered)",:class=>'form-control', :onchange=>'filterByEnvironment(this)'%>
:prompt => _("All environments - (not filtered)"),:class=>'form-control', :onchange=>'filterByEnvironment(this)'%>
</div>
</div>
<div class='col-md-6 text-right'>

Also available in: Unified diff