webui: minor clean up of toolbar (in services panel)
This commit is contained in:
parent
ba4c233daa
commit
9ecaf8f01c
1 changed files with 2 additions and 1 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Reference in a new issue