rabin 8 년 전
부모
커밋
11f347da31
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  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>