adding comment.

This commit is contained in:
Jason Kulatunga
2022-05-16 19:41:33 -07:00
parent 399a2450ff
commit 743ce27d2e
@@ -247,7 +247,7 @@ export class DashboardComponent implements OnInit, AfterViewInit, OnDestroy
deviceTitle(disk){ deviceTitle(disk){
console.log(`Displaying Dashboard with: ${this.config.dashboardDisplay}`) console.log(`Displaying Device ${disk.wwn} with: ${this.config.dashboardDisplay}`)
let titleParts = [] let titleParts = []
if (disk.host_id) titleParts.push(disk.host_id) if (disk.host_id) titleParts.push(disk.host_id)