Skip to content

Commit

Permalink
add sidebar entry for silenced
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Jan 5, 2023
1 parent 0e74e9b commit 1ba4fd5
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion public/app.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/mix-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"/app.js": "/app.js?id=8f9b32f601db26cc7f6a9181f57fba6b",
"/app.js": "/app.js?id=b22b4a426c4cca29187265b2e0e0cccb",
"/app-dark.css": "/app-dark.css?id=796af76ce8c445651baf66c67de3eea4",
"/app.css": "/app.css?id=a19518e2122467d2e842f411ca5b65e4",
"/img/favicon.png": "/img/favicon.png?id=1542bfe8a0010dcbee710da13cce367f",
Expand Down
8 changes: 0 additions & 8 deletions resources/js/screens/recentJobs/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -154,14 +154,6 @@
<h5 v-if="$route.params.type == 'pending'">Pending Jobs</h5>
<h5 v-if="$route.params.type == 'completed'">Completed Jobs</h5>
<h5 v-if="$route.params.type == 'silenced'">Silenced Jobs</h5>

<router-link v-if="$route.params.type == 'completed'" active-class="active" to="/jobs/silenced" class="nav-link">
<span>View Silenced Jobs</span>
</router-link>

<router-link v-if="$route.params.type == 'silenced'" active-class="active" to="/jobs/completed" class="nav-link">
<span>View Completed Jobs</span>
</router-link>
</div>

<div v-if="!ready"
Expand Down
8 changes: 8 additions & 0 deletions resources/views/layout.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,14 @@
<span>Completed Jobs</span>
</router-link>
</li>
<li class="nav-item">
<router-link active-class="active" to="/jobs/silenced" class="nav-link d-flex align-items-center">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" d="M21.752 15.002A9.718 9.718 0 0118 15.75c-5.385 0-9.75-4.365-9.75-9.75 0-1.33.266-2.597.748-3.752A9.753 9.753 0 003 11.25C3 16.635 7.365 21 12.75 21a9.753 9.753 0 009.002-5.998z" />
</svg>
<span>Silenced Jobs</span>
</router-link>
</li>
<li class="nav-item">
<router-link active-class="active" to="/failed" class="nav-link d-flex align-items-center">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20">
Expand Down

0 comments on commit 1ba4fd5

Please sign in to comment.