summaryrefslogtreecommitdiff
path: root/makima/frontend/src/components
diff options
context:
space:
mode:
Diffstat (limited to 'makima/frontend/src/components')
-rw-r--r--makima/frontend/src/components/directives/DirectiveDetail.tsx7
1 files changed, 0 insertions, 7 deletions
diff --git a/makima/frontend/src/components/directives/DirectiveDetail.tsx b/makima/frontend/src/components/directives/DirectiveDetail.tsx
index 95dc7cc..645b8d2 100644
--- a/makima/frontend/src/components/directives/DirectiveDetail.tsx
+++ b/makima/frontend/src/components/directives/DirectiveDetail.tsx
@@ -176,7 +176,6 @@ function JsonSection({
export function DirectiveDetail({
directive,
- onBack,
onDelete,
onStart,
onRefresh,
@@ -247,12 +246,6 @@ export function DirectiveDetail({
{/* Header */}
<div className="p-4 border-b border-dashed border-[rgba(117,170,252,0.35)]">
<div className="flex items-center gap-2 mb-2">
- <button
- onClick={onBack}
- className="font-mono text-xs text-[#75aafc] hover:text-white transition-colors"
- >
- &larr; Back
- </button>
<span
className={`font-mono text-[10px] uppercase ${
statusColors[directive.status as DirectiveStatus] || "text-[#888]"