]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/pybind/mgr/dashboard/frontend/src/app/ceph/block/iscsi-tabs/iscsi-tabs.component.ts
import ceph quincy 17.2.6
[ceph.git] / ceph / src / pybind / mgr / dashboard / frontend / src / app / ceph / block / iscsi-tabs / iscsi-tabs.component.ts
index 06835d3c8278c2448a7ae968a9737d13f1919714..6631339538e01419de73231af15d8a386eb1c18e 100644 (file)
@@ -1,22 +1,8 @@
-import { Component, OnInit } from '@angular/core';
-
-import { Router } from '@angular/router';
+import { Component } from '@angular/core';
 
 @Component({
   selector: 'cd-iscsi-tabs',
   templateUrl: './iscsi-tabs.component.html',
   styleUrls: ['./iscsi-tabs.component.scss']
 })
-export class IscsiTabsComponent implements OnInit {
-  url: string;
-
-  constructor(private router: Router) {}
-
-  ngOnInit() {
-    this.url = this.router.url;
-  }
-
-  navigateTo(url: string) {
-    this.router.navigate([url]);
-  }
-}
+export class IscsiTabsComponent {}