feat: Test run detail pane (#381)
This commit is contained in:
13
frontend/components/History.tsx
Normal file
13
frontend/components/History.tsx
Normal file
@@ -0,0 +1,13 @@
|
||||
'use client';
|
||||
|
||||
import { Alert } from '@heroui/react';
|
||||
|
||||
export default function History() {
|
||||
return (
|
||||
<div className="h-full text-default-500">
|
||||
<div className="mb-4">
|
||||
<Alert color="secondary" title="Sorry" description={'History function will be implemented'} />
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user