Skip to content

Commit

Permalink
fix: set isAdminFacing to true for graph links
Browse files Browse the repository at this point in the history
  • Loading branch information
Chloe070196 committed Jul 30, 2024
1 parent 3bb5d57 commit 3adcb79
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<div class="dashboardCategory col-sm-6">
<div class="row">
<div class="col-sm-10 col-sm-offset-1">
<h2 class="dashboardCategoryLabel">{translate text="Active Users" isAdminFacing=true} <a href="/Summon/UsageGraphs?stat=activeUsers&instance={$selectedInstance}" title="{translate text="Show Active Users Graph" inAttribute="true"}"><i class="fas fa-chart-line"></i></a></h2>
<h2 class="dashboardCategoryLabel">{translate text="Active Users" isAdminFacing=true} <a href="/Summon/UsageGraphs?stat=activeUsers&instance={$selectedInstance}" title="{translate text="Show Active Users Graph" inAttribute="true" isAdminFacing=true}"><i class="fas fa-chart-line"></i></a></h2>
</div>
</div>
<div class="row">
Expand All @@ -32,7 +32,7 @@
<div class="dashboardCategory col-sm-6">
<div class="row">
<div class="col-sm-10 col-sm-offset-1">
<h2 class="dashboardCategoryLabel">{translate text="Number of Records Viewed" isAdminFacing=true} <a href="/Summon/UsageGraphs?stat=numRecordsViewed&instance={$selectedInstance}" title="{translate text="Show Number of Records Viewed Graph" inAttribute="true"}"><i class="fas fa-chart-line"></i></a></h2>
<h2 class="dashboardCategoryLabel">{translate text="Number of Records Viewed" isAdminFacing=true} <a href="/Summon/UsageGraphs?stat=numRecordsViewed&instance={$selectedInstance}" title="{translate text="Show Number of Records Viewed Graph" inAttribute="true" isAdminFacing=true}"><i class="fas fa-chart-line"></i></a></h2>
</div>
</div>
<div class="row">
Expand All @@ -58,7 +58,7 @@
<div class="dashboardCategory col-sm-6">
<div class="row">
<div class="col-sm-10 col-sm-offset-1">
<h2 class="dashboardCategoryLabel">{translate text="Number of Records Clicked" isAdminFacing=true} <a href="/Summon/UsageGraphs?stat=numRecordsClicked&instance={$selectedInstance}" title="{translate text="Show Number of Records Clicked Graph" inAttribute="true"}"><i class="fas fa-chart-line"></i></a></h2>
<h2 class="dashboardCategoryLabel">{translate text="Number of Records Clicked" isAdminFacing=true} <a href="/Summon/UsageGraphs?stat=numRecordsClicked&instance={$selectedInstance}" title="{translate text="Show Number of Records Clicked Graph" inAttribute="true" isAdminFacing=true}"><i class="fas fa-chart-line"></i></a></h2>
</div>
</div>
<div class="row">
Expand All @@ -84,7 +84,7 @@
<div class="dashboardCategory col-sm-6">
<div class="row">
<div class="col-sm-10 col-sm-offset-1">
<h2 class="dashboardCategoryLabel">{translate text="Total Clicks" isAdminFacing=true} <a href="/Summon/UsageGraphs?stat=totalClicks&instance={$selectedInstance}" title="{translate text="Show Total Clicks Graph" inAttribute="true"}"><i class="fas fa-chart-line"></i></a></h2>
<h2 class="dashboardCategoryLabel">{translate text="Total Clicks" isAdminFacing=true} <a href="/Summon/UsageGraphs?stat=totalClicks&instance={$selectedInstance}" title="{translate text="Show Total Clicks Graph" inAttribute="true" isAdminFacing=true}"><i class="fas fa-chart-line"></i></a></h2>
</div>
</div>
<div class="row">
Expand Down

0 comments on commit 3adcb79

Please sign in to comment.