add merge log modal
This commit is contained in:
parent
b7b4bca78e
commit
8ccbbc8647
4 changed files with 99 additions and 35 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue