Update index_m.html
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user