Skip to content

Commit

Permalink
remove jobs dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
littlebenlittle committed Jun 7, 2024
1 parent d1b7ea3 commit db524d3
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions ui/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -187,9 +187,6 @@ pub fn App() -> impl IntoView {
<li>
<a href="/player">"Player"</a>
</li>
<li>
<a href="/jobs">"Jobs"</a>
</li>
</ul>
</nav>
</div>
Expand Down Expand Up @@ -229,7 +226,7 @@ pub fn App() -> impl IntoView {
<Route path="" view=MediaDashboardNoId/>

</Route>
<Route path="/jobs" view=JobsDashboard/>
// <Route path="/jobs" view=JobsDashboard/>
<Route path="/*" view=NotFound/>
</Routes>
</main>
Expand Down

0 comments on commit db524d3

Please sign in to comment.