Added login/logout button to topbar.

This commit is contained in:
Tom
2025-04-07 14:27:46 +00:00
parent 3e9a9f9dc5
commit b8a92534d9
11 changed files with 124 additions and 4 deletions

View File

@ -31,10 +31,6 @@ export class ConnectionItemComponent {
constructor(@Inject(DOCUMENT) private document: Document) { }
ngOnInit() {
console.log('coonnn', this.connection())
}
delete() {
this.client.deleteConnection(this.connection().name);
}