Skip to content

Commit

Permalink
improvement(GithubIssues.svelte): Add fixed Argus repo link
Browse files Browse the repository at this point in the history
This commit adds a fixed link visible on every test type to quickly open
an issue for Argus itself.

Fixes #465
  • Loading branch information
k0machi committed Nov 4, 2024
1 parent 8282336 commit 526ade4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions frontend/Github/GithubIssues.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,14 @@
<li>
<h6 class="dropdown-header">Repositories</h6>
</li>
<li>
<a
target="_blank"
class="dropdown-item"
href="https://github.com/scylladb/argus/issues/new/choose"
>Argus</a
>
</li>
{#each newIssueDestinations[pluginName] ?? newIssueDestinations[PLUGIN_NAMES.SCT] as destination}
<li>
<a
Expand Down

0 comments on commit 526ade4

Please sign in to comment.