Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 10 additions & 4 deletions resources/js/vue/components/BuildSummary.vue
Original file line number Diff line number Diff line change
Expand Up @@ -553,16 +553,22 @@
</div>
<a
class="tw-link tw-link-hover"
:href="$baseURL + '/builds/' + cdash.build.id + '/targets'"
:href="$baseURL + '/builds/' + cdash.build.id + '/commands'"
>
View Targets
View Commands
</a>
<br>
<br>

<!-- Targets section -->
<div class="title-divider">
Targets
</div>
<a
class="tw-link tw-link-hover"
:href="$baseURL + '/builds/' + cdash.build.id + '/commands'"
:href="$baseURL + '/builds/' + cdash.build.id + '/targets'"
>
View Commands
View Targets
</a>
<br>
<br>
Expand Down