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',