Skip to content

Commit 16c54f7

Browse files
committed
Update title name field to fix issue
1 parent 15855f3 commit 16c54f7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

vss-extension-dev.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifestVersion": 1,
33
"id": "GHAzDoWidget-DEV",
4-
"version": "0.0.1.71",
4+
"version": "0.0.1.73",
55
"public": false,
66
"name": "Advanced Security dashboard Widgets [DEV]",
77
"description": "[DEV] GitHub Advanced Security for Azure DevOps dashboard widgets",

widget_1x1/widget_1x1.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
consoleLog('loaded repoName from widgetSettings_1x1: ' + repoName);
4949

5050
// set the tile
51-
var title = $('h2.title');
51+
var title = $('h2.ghazdo-title');
5252
title.text(`${repoName}`);
5353
alerts = await getAlerts(organization, projectName, repoId);
5454
consoleLog('alerts: ' + JSON.stringify(alerts));

widget_2x1/widget_2x1.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
consoleLog('loaded repoName from widgetSettings: ' + repoName);
4949

5050
// set the tile
51-
var title = $('h2.title');
51+
var title = $('h2.ghazdo-title');
5252
title.text(`Security Alerts for ${repoName}`);
5353
alerts = await getAlerts(organization, projectName, repoId);
5454
consoleLog('alerts: ' + JSON.stringify(alerts));

0 commit comments

Comments
 (0)