Merge pull request #380 from clandmeter/webui_changes

webif: use default font family and set header name for services details
This commit is contained in:
perexg 2014-05-29 10:41:38 +02:00
commit 60e7cd3538

View file

@ -118,7 +118,7 @@ tvheadend.show_service_streams = function(data) {
}
function header( ) {
html += '<table style="font-size:8pt;font-family:mono;padding:2px"';
html += '<table style="font-size:8pt;font-family:monospace;padding:2px"';
html += '<tr>';
html += '<th style="width:50px;font-weight:bold">Index</th>';
html += '<th style="width:120px;font-weight:bold">PID</th>';
@ -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',