From ca7dd136d9a6fbd1869485f6260591d4465a7b17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=92=9F=E8=BF=9B?= Date: Wed, 26 Sep 2018 10:48:13 +0800 Subject: [PATCH] Update index_m.html --- admin/index_m.html | 2 -- 1 file changed, 2 deletions(-) diff --git a/admin/index_m.html b/admin/index_m.html index ffd0ca1..35afd85 100644 --- a/admin/index_m.html +++ b/admin/index_m.html @@ -176,8 +176,6 @@ {name: 'len' , title: _('Length'), type: 'text', width: '50px'}, {name: 'factor' , title: _('Factor'), type: 'text', width: '50px'}, {name: 'offset' , title: _('Offset'), type: 'text', width: '50px'}, - {name: 'role' , title: _('Role'), type: 'select', width: '100px', items: roleItems, valueField: 'value', textField: 'text'}, - {name: 'room' , title: _('Room'), type: 'select', width: '100px', items: roomsItems, valueField: 'value', textField: 'text'}, {name: 'poll' , title: _('poll'), type: 'checkbox', width: '35px'}, {name: 'wp' , title: _('WP'), type: 'checkbox', width: '35px'}, {name: 'cw' , title: _('CW'), type: 'checkbox', width: '35px'},