fix error string, and add queue size
authorAlan <alan@roojs.com>
Wed, 11 Oct 2023 05:10:14 +0000 (13:10 +0800)
committerAlan <alan@roojs.com>
Wed, 11 Oct 2023 05:10:14 +0000 (13:10 +0800)
Pman.Tab.CoreNotifyServers.bjs
Pman.Tab.CoreNotifyServers.js

index d4418ae..2a00c2e 100644 (file)
@@ -98,7 +98,7 @@
             "beforeload" : [
              "function (_self, options)",
              "{",
-             "   ",
+             "   options.params._with_queue_size  =1 ;",
              "    ",
              "}"
             ]
           {
            "$ xns" : "Roo.grid",
            "* prop" : "colModel[]",
-           "dataIndex" : "error_msg",
+           "dataIndex" : "error_str",
            "header" : "Error",
            "width" : 150,
            "xtype" : "ColumnModel"
index dc604db..3623ecf 100644 (file)
@@ -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,