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:
commit
60e7cd3538
1 changed files with 2 additions and 2 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Reference in a new issue