rabin 8 years ago
parent
commit
11f347da31
1 changed files with 0 additions and 2 deletions
  1. 0 2
      front/templates/mobile/device/stat.html

+ 0 - 2
front/templates/mobile/device/stat.html

@@ -21,7 +21,6 @@
 			            <option value="{{v['id']}}" {% if 'device' in data['search'] and data['search']['device'] == v['id'] %}selected{% end %}>{{v['name']}}</option>
 			            {% end %}
 			        </select> 
-                    <p><i>&gt;</i></p>
                 </label>
             </li>
             <li class="form-input">
@@ -31,7 +30,6 @@
 			            <option value="{{v['id']}}" {% if 'group' in data['search'] and data['search']['group'] == v['id'] %}selected{% end %}>{{v['name']}}</option>
 			            {% end %}
 			        </select>    
-                    <p><i>&gt;</i></p>
                 </label>
             </li>
         </ul>