]> git.sur5r.net Git - bacula/bacula/commitdiff
ebl Add header for debug
authorEric Bollengier <eric@eb.homelinux.org>
Fri, 19 Dec 2008 17:22:56 +0000 (17:22 +0000)
committerEric Bollengier <eric@eb.homelinux.org>
Fri, 19 Dec 2008 17:22:56 +0000 (17:22 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@8193 91ce42f0-d328-0410-95d8-f526ca767f89

gui/bweb/html/bresto.js

index 2b49291ac3610777d3149cdf0ca77b8da9a53028..3cd49c8519c69604f64073e7c6e5d5fe179e4010 100644 (file)
@@ -193,15 +193,19 @@ Ext.onReady(function(){
         renderer: Ext.util.Format.dateRenderer('Y-m-d h:i'),
         width:     100
     },{
+        header:    "PathId",
         dataIndex: 'pathid',
         hidden: true
     },{
+        header:    "FilenameId",
         dataIndex: 'filenameid',
         hidden: true
     },{
+        header:    "FileId",
         dataIndex: 'fileid',
         hidden: true
     },{
+        header:    "JobId",
         dataIndex: 'jobid',
         hidden: true
     }]);