diff --git a/src/webui/static/app/mpegts.js b/src/webui/static/app/mpegts.js index 920ccd3e..9df11143 100644 --- a/src/webui/static/app/mpegts.js +++ b/src/webui/static/app/mpegts.js @@ -118,7 +118,7 @@ tvheadend.show_service_streams = function(data) { } function header( ) { - html += '
Index | '; html += 'PID | '; @@ -204,7 +204,7 @@ tvheadend.services = function(panel) mapButton.setText('Map All'); }; var actions = new Ext.ux.grid.RowActions({ - header: '', + header: 'Details', width: 10, actions: [{ iconCls: 'info',
---|