From c61b975253b4887af59a8235112fb8e91edb9c28 Mon Sep 17 00:00:00 2001 From: Alan Date: Wed, 11 Oct 2023 13:10:14 +0800 Subject: [PATCH] fix error string, and add queue size --- Pman.Tab.CoreNotifyServers.bjs | 4 ++-- Pman.Tab.CoreNotifyServers.js | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Pman.Tab.CoreNotifyServers.bjs b/Pman.Tab.CoreNotifyServers.bjs index d4418ae..2a00c2e 100644 --- a/Pman.Tab.CoreNotifyServers.bjs +++ b/Pman.Tab.CoreNotifyServers.bjs @@ -98,7 +98,7 @@ "beforeload" : [ "function (_self, options)", "{", - " ", + " options.params._with_queue_size =1 ;", " ", "}" ] @@ -320,7 +320,7 @@ { "$ xns" : "Roo.grid", "* prop" : "colModel[]", - "dataIndex" : "error_msg", + "dataIndex" : "error_str", "header" : "Error", "width" : 150, "xtype" : "ColumnModel" diff --git a/Pman.Tab.CoreNotifyServers.js b/Pman.Tab.CoreNotifyServers.js index dc604db..3623ecf 100644 --- a/Pman.Tab.CoreNotifyServers.js +++ b/Pman.Tab.CoreNotifyServers.js @@ -165,7 +165,7 @@ Pman.Tab.CoreNotifyServers = new Roo.XComponent({ listeners : { beforeload : function (_self, options) { - + options.params._with_queue_size =1 ; } }, @@ -358,7 +358,7 @@ Pman.Tab.CoreNotifyServers = new Roo.XComponent({ }, { xtype : 'ColumnModel', - dataIndex : 'error_msg', + dataIndex : 'error_str', header : _this._strings['902b0d55fddef6f8d651fe1035b7d4bd'] /* Error */, width : 150, xns : Roo.grid, -- 2.39.2