From 5e3c21f57991d8dc3e3bc8960988cd32c6a44a8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=92=9F=E8=BF=9B?= Date: Wed, 26 Sep 2018 10:51:16 +0800 Subject: [PATCH] Update index_m.html --- admin/index_m.html | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/admin/index_m.html b/admin/index_m.html index 37b9071..02e5345 100644 --- a/admin/index_m.html +++ b/admin/index_m.html @@ -151,19 +151,9 @@ {name: 'deviceId' , title: _('deviceId'), type: 'text', width: '60px', sorter: 'number'}, {name: 'name' , title: _('Name'), type: 'text', width: '*'}, {name: 'description', title: _('Description'), type: 'text', width: '*'}, - {name: 'unit' , title: _('Unit'), type: 'text', width: '50px'}, - {name: 'type' , title: _('Type'), type: 'select', width: '200px', items: typeItems, valueField: 'value', textField: 'text'}, - {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: 'poll' , title: _('poll'), type: 'checkbox', width: '35px'}, - {name: 'wp' , title: _('WP'), type: 'checkbox', width: '35px'}, - {name: 'cw' , title: _('CW'), type: 'checkbox', width: '35px'}, { type: 'control', width: '80px'} ]; - fields.splice(11, 3); - fields.splice(4, 5); var g = $('#' + _id).jsGrid({ width: 'auto',