]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
webif: use monospace font and set header name for services 380/head
authorCarlo Landmeter <clandmeter@gmail.com>
Tue, 27 May 2014 07:49:02 +0000 (09:49 +0200)
committerCarlo Landmeter <clandmeter@gmail.com>
Tue, 27 May 2014 07:49:02 +0000 (09:49 +0200)
src/webui/static/app/mpegts.js

index 920ccd3ee9adb3793db69b69b259b2fa2afd349e..9df111434c52f4a3abb09ca6e4d2f25210c24cb4 100644 (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',