From: Eric Bollengier Date: Fri, 19 Dec 2008 17:22:56 +0000 (+0000) Subject: ebl Add header for debug X-Git-Tag: Release-3.0.0~450 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=33c979082782d836ebbcc2943051547a6100a393;p=bacula%2Fbacula ebl Add header for debug git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@8193 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/gui/bweb/html/bresto.js b/gui/bweb/html/bresto.js index 2b49291ac3..3cd49c8519 100644 --- a/gui/bweb/html/bresto.js +++ b/gui/bweb/html/bresto.js @@ -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 }]);