Skip to content

Commit

Permalink
Update as per @jtplamer code review
Browse files Browse the repository at this point in the history
  • Loading branch information
jpwhite4 committed Jul 21, 2020
1 parent b4ffa61 commit 1dc9426
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion html/gui/js/CCR.js
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ XDMoD.GlobalToolbar.Dashboard = {
id: 'global-toolbar-dashboard',
tooltip: 'Load the admin dashboard in a new window.',
handler: function () {
XDMoD.TrackEvent("Portal", "Dashboard Button Clicked");
XDMoD.TrackEvent("Portal", "Admin Dashboard Button Clicked");
CCR.xdmod.initDashboard();
} //handler

Expand Down

0 comments on commit 1dc9426

Please sign in to comment.