Add services status view with polling and control actions
CI / basic-check (push) Has been cancelled
CI / basic-check (push) Has been cancelled
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
import { AppLayout } from '../components/AppLayout';
|
||||
import type { ViewKey } from '../types';
|
||||
|
||||
export function DiscoveryJobsView() {
|
||||
export function DiscoveryJobsView({ onNavigate }: { onNavigate: (v: ViewKey) => void }) {
|
||||
return (
|
||||
<AppLayout current="discovery" onNavigate={() => {}}>
|
||||
<AppLayout current="discovery" onNavigate={onNavigate}>
|
||||
<header className="header">
|
||||
<h1 className="page-title">Discovery Jobs</h1>
|
||||
</header>
|
||||
|
||||
Reference in New Issue
Block a user