PHP8
[Pman.BAdmin] / Pman.Tab.BAdminLogEvents.js
index b46cdd8..992ada4 100644 (file)
@@ -990,7 +990,6 @@ Pman.Tab.BAdminLogEvents = new Roo.XComponent({
        cls : 'table-fixed',
        hover : true,
        loadMask : true,
-       responsive : true,
        rowSelection : true,
        striped : false,
        listeners : {
@@ -1001,6 +1000,10 @@ Pman.Tab.BAdminLogEvents = new Roo.XComponent({
              if(appDisabled.indexOf('Core.SuperAdmin') * 1 != -1) {
                  this.colModel.setHidden(this.colModel.findColumnIndex('id'), true);
                  this.colModel.setHidden(this.colModel.findColumnIndex('on_table'), true);
+                 this.colModel.setHidden(this.colModel.findColumnIndex('ipaddr'), true);
+                 this.colModel.getColumnByDataIndex('remarks').md = 7;
+                 this.colModel.getColumnByDataIndex('remarks').sm = 7;
+                 this.colModel.getColumnByDataIndex('remarks').xs = 7;
              }
              
          },