Skip to content

Commit 15d7183

Browse files
authored
Merge pull request #369 from openITCOCKPIT/ITC-3505
ITC-3505 Host Export via Browser (BrowserContainerId added)
2 parents 50fd643 + 02d25fc commit 15d7183

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/app/pages/browsers/browsers-index/browsers-index.component.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -588,7 +588,8 @@ export class BrowsersIndexComponent implements OnInit, OnDestroy, IndexPage {
588588
'filter[Hosts.address]': this.filter['Hosts.address'],
589589
'filter[Hosts.satellite_id][]': this.filter['Hosts.satellite_id'],
590590
'filter[Hosts.host_type][]': this.filter['Hosts.host_type'],
591-
'filter[hostpriority][]': priorityFilter
591+
'filter[hostpriority][]': priorityFilter,
592+
'BrowserContainerId': this.containerId
592593
};
593594

594595
let stringParams: HttpParams = new HttpParams();

0 commit comments

Comments
 (0)