Skip to content

Commit

Permalink
remove powerBi link from the menu
Browse files Browse the repository at this point in the history
  • Loading branch information
danNordlogic committed Jan 15, 2025
1 parent ecf8ad4 commit 1b1b47c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 37 deletions.
16 changes: 9 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@
"@types/ramda": "0.30.2",
"@types/sortablejs": "^1.15.8",
"@unicef-polymer/etools-form-builder": "^3.1.2",
"@unicef-polymer/etools-modules-common": "^5.1.4",
"@unicef-polymer/etools-modules-common": "^5.1.5",
"@unicef-polymer/etools-piwik-analytics": "^4.1.3",
"@unicef-polymer/etools-types": "^1.11.20",
"@unicef-polymer/etools-unicef": "^1.1.7",
"@unicef-polymer/etools-unicef": "^1.1.8",
"@unicef-polymer/etools-utils": "^2.0.3",
"dayjs": "^1.11.10",
"dexie": "^3.2.4",
Expand Down
28 changes: 0 additions & 28 deletions src_ts/components/app-shell/menu/app-menu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -207,34 +207,6 @@ export class AppMenu extends connect(store)(MatomoMixin(LitElement)) {
<span>${translate('NAVIGATION_MENU.COMMUNITY_CHANNELS')}</span>
</div>
<a
class="nav-menu-item lighter-item"
href="https://app.powerbi.com/groups/me/apps/2c83563f-d6fc-4ade-9c10-bbca57ed1ece/reports/9726e9e7-c72f-4153-9fd2-7b418a1e426c/ReportSection?ctid=77410195-14e1-4fb8-904b-ab1892023667"
target="_blank"
@click="${this.trackAnalytics}"
tracker="Implementation Intelligence"
>
<sl-tooltip
for="power-bi-icon"
placement="right"
?disabled="${!this.smallMenu}"
content="${this.translateKey(
this.selectedLanguage,
'NAVIGATION_MENU.IMPLEMENTATION_INTELLIGENCE',
'Implementation Intelligence'
)}"
>
<etools-icon id="power-bi-icon" name="powerBi"></etools-icon>
</sl-tooltip>
<div class="name">
${this.translateKey(
this.selectedLanguage,
'NAVIGATION_MENU.IMPLEMENTATION_INTELLIGENCE',
'Implementation Intelligence'
)}
</div>
</a>
<a
class="nav-menu-item lighter-item"
href="http://etools.zendesk.com"
Expand Down

0 comments on commit 1b1b47c

Please sign in to comment.