|
@@ -6,7 +6,7 @@
|
|
|
<input type="hidden" name="type" id="type" value="{{data['input']['type']}}" />
|
|
|
<input type="hidden" name="id" id="id" value="{{data['input']['id']}}" />
|
|
|
<input type="hidden" name="method" id="method" value="mx" />
|
|
|
- <select name="device" id="device">
|
|
|
+ <select multiple="multiple" name="device" id="device">
|
|
|
{% for v in data['device'] %}
|
|
|
<option value="{{v['id']}}" {% if 'device' in data['search'] and data['search']['device'] == v['id'] %}selected{% end %}>{{v['name']}}</option>
|
|
|
{% end %}
|