Skip to content

Commit

Permalink
feat(canary): Add iconName to canary data source (#492)
Browse files Browse the repository at this point in the history
  • Loading branch information
caseyhebebrand authored Apr 6, 2020
1 parent 7eecf0d commit 0bd00bd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/kayenta/canary.dataSource.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ module(CANARY_DATA_SOURCE, []).run([
lazy: true,
autoActivate: true,
defaultData: [],
iconName: 'spMenuCanaryConfig',
});

const loadCanaryExecutions = (application: Application) => {
Expand Down Expand Up @@ -121,6 +122,7 @@ module(CANARY_DATA_SOURCE, []).run([
lazy: true,
autoActivate: true,
defaultData: [],
iconName: 'spMenuCanaryReport',
});
},
]);

0 comments on commit 0bd00bd

Please sign in to comment.