Skip to content

Commit 9217d4a

Browse files
nertimhartra344
authored andcommitted
Fix function name spelling. (#2470)
Fix the function name spelling. Currently due to the misspelling the link from the component html is broken.
1 parent 834bf7f commit 9217d4a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

AzureFunctions.AngularClient/src/app/function-monitor/function-monitor.component.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ export class FunctionMonitorComponent extends BaseFunctionComponent {
9595
if (!appSettings.properties[Constants.azureWebJobsDashboardSettingsName]) {
9696
this.azureWebJobsDashboardMissed = true;
9797
if (this.aiId) {
98-
this.openAppInsigthsBlade();
98+
this.openAppInsightsBlade();
9999
}
100100
return Observable.of(null);
101101
} else {
@@ -129,7 +129,7 @@ export class FunctionMonitorComponent extends BaseFunctionComponent {
129129
});
130130
}
131131

132-
openAppInsigthsBlade() {
132+
openAppInsightsBlade() {
133133
this._portalService.openBlade(
134134
{
135135
detailBlade: 'AspNetOverview',

0 commit comments

Comments
 (0)