From 743ce27d2ea131d25489fcc6c51df7272be52efb Mon Sep 17 00:00:00 2001 From: Jason Kulatunga Date: Mon, 16 May 2022 19:41:33 -0700 Subject: [PATCH] adding comment. --- .../frontend/src/app/modules/dashboard/dashboard.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/frontend/src/app/modules/dashboard/dashboard.component.ts b/webapp/frontend/src/app/modules/dashboard/dashboard.component.ts index 70617b0..a4ea071 100644 --- a/webapp/frontend/src/app/modules/dashboard/dashboard.component.ts +++ b/webapp/frontend/src/app/modules/dashboard/dashboard.component.ts @@ -247,7 +247,7 @@ export class DashboardComponent implements OnInit, AfterViewInit, OnDestroy deviceTitle(disk){ - console.log(`Displaying Dashboard with: ${this.config.dashboardDisplay}`) + console.log(`Displaying Device ${disk.wwn} with: ${this.config.dashboardDisplay}`) let titleParts = [] if (disk.host_id) titleParts.push(disk.host_id)