add merge log modal

This commit is contained in:
pakintada@gmail.com 2023-10-04 16:19:59 +07:00
parent b7b4bca78e
commit 8ccbbc8647
4 changed files with 99 additions and 35 deletions

View file

@ -96,7 +96,7 @@ export class ChangelogComponent {
viewLog(name: string) {
let cli = new FetchLogService(this.httpClient);
this.showLogModal = !this.showLogModal;
// this.showLogModal = !this.showLogModal;
cli.fetchLogsToDisplay('changelog', true, false, name);
cli.fetchLogsToDisplay('changelog', false, false, name);
}