Skip to content

Commit 23a15d1

Browse files
committed
removed unecessary comments
Signed-off-by: Harshit Nayan <[email protected]>
1 parent c83a4b5 commit 23a15d1

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

frontend/src/app/pages/server-info/metrics/metrics.component.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ export class MetricsComponent implements OnInit {
143143
panelId,
144144
450,
145145
200,
146-
dashboardUri, // Use configurable value with fallback
146+
dashboardUri,
147147
configuration,
148148
revision,
149149
);
@@ -159,7 +159,7 @@ export class MetricsComponent implements OnInit {
159159
panelId,
160160
450,
161161
200,
162-
dashboardUri, // Use configurable value with fallback
162+
dashboardUri,
163163
configuration,
164164
revision,
165165
);
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
export const environment = {
22
production: true,
33
ui: 'default',
4-
useRuntimeConfig: true, // New flag to indicate runtime config usage
4+
useRuntimeConfig: true,
55
};

frontend/src/environments/environment.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
export const environment = {
66
production: false,
77
ui: 'default',
8-
useRuntimeConfig: true, // New flag to indicate runtime config usage
8+
useRuntimeConfig: true,
99
};
1010
/*
1111
* For easier debugging in development mode, you can import the following file

0 commit comments

Comments
 (0)