webui: minor clean up of toolbar (in services panel)

This commit is contained in:
Adam Sutton 2013-09-22 13:30:36 +01:00
parent ba4c233daa
commit 9ecaf8f01c

View file

@ -721,7 +721,8 @@ tvheadend.idnode_grid = function(panel, conf)
});
buttons.push(delBtn);
}
buttons.push('-');
if (conf.add || conf.del)
buttons.push('-');
editBtn = new Ext.Toolbar.Button({
tooltip : 'Edit selected entry',
iconCls : 'edit',