fix: reset pagination on filter change in ClientTaskLogsComponent
testing/ogGui-multibranch/pipeline/head There was a failure building this commit
Details
testing/ogGui-multibranch/pipeline/head There was a failure building this commit
Details
parent
11b1c26f50
commit
faf3fa0613
|
@ -251,6 +251,7 @@ export class ClientTaskLogsComponent implements OnInit {
|
|||
clientSearchCommandInput.value = null;
|
||||
clientSearchStatusInput.value = null;
|
||||
this.filters = {};
|
||||
this.page = 0;
|
||||
this.loadTraces();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue