File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed
src/app/payload-decoder/payload-decoder-edit Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -60,10 +60,7 @@ export class PayloadDecoderEditComponent implements OnInit {
6060 public application : Application ;
6161 public iotDevices : IotDevice [ ] ;
6262 public iotDevice : IotDevice ;
63- public pageLimit = environment . tablePageSize ;
64- public pageTotal : number ;
65- public pageOffset = 0 ;
66- public deviceSubscription : Subscription ;
63+ public deviceSubscription : Subscription ;
6764
6865 constructor (
6966 private translate : TranslateService ,
@@ -182,8 +179,8 @@ export class PayloadDecoderEditComponent implements OnInit {
182179 getApplications ( orgId ?: number ) : void {
183180 this . applicationsSubscription = this . applicationService
184181 . getApplications (
185- this . pageLimit ,
186- this . pageOffset * this . pageLimit ,
182+ null ,
183+ null ,
187184 null ,
188185 null ,
189186 orgId ? orgId : this . getCurrentOrganisationId ( )
You can’t perform that action at this time.
0 commit comments