Authored by 姜枫

fix bug

@@ -109,7 +109,7 @@ @@ -109,7 +109,7 @@
109 <div class="col-sm-12"> 109 <div class="col-sm-12">
110 {{#each servers.production}} 110 {{#each servers.production}}
111 <div class="checkbox inline-block mr10"><label><input type="checkbox" 111 <div class="checkbox inline-block mr10"><label><input type="checkbox"
112 - name="deploy[production][target][{{@index}}]" 112 + name="deploy[production][target]"
113 value="{{host}}" 113 value="{{host}}"
114 {{#if checked}}checked=""{{/if}}> {{host}} 114 {{#if checked}}checked=""{{/if}}> {{host}}
115 </label></div> 115 </label></div>