Skip to content

Commit

Permalink
Merge pull request #7340 from ProcessMaker/feature/FOUR-19036
Browse files Browse the repository at this point in the history
Feature/four 19036
  • Loading branch information
pmPaulis authored Sep 9, 2024
2 parents 0ded6d8 + 7cf7877 commit e547de6
Showing 1 changed file with 8 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
<span>
{{ $t('Analytics') }}
</span>
<a
<button
class="btn btn-link button-view"
href="../analytics/process-intelligence"
@click="openAnalytics"
>
<span>
{{ $t('View More') }}
</span>
<i class="fas fa-external-link-alt" />
</a>
</button>
</div>
<base-chart
ref="baseChart"
Expand All @@ -36,6 +36,11 @@ export default {
selectedSavedChartId: "",
};
},
methods: {
openAnalytics() {
window.open('../analytics/process-intelligence', '_blank').focus();
},
},
};
</script>

Expand Down

0 comments on commit e547de6

Please sign in to comment.