Added login/logout button to topbar.
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user