chore(dashboard): Remove DeployStatus block

Version info already shown in Layout sidebar header.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Kelly
2025-12-09 14:10:22 -07:00
parent 7f65598332
commit 4e5c09a2a5

View File

@@ -1,7 +1,6 @@
import { useEffect, useState } from 'react';
import { Layout } from '../components/Layout';
import { HealthPanel } from '../components/HealthPanel';
import { DeployStatus } from '../components/DeployStatus';
import { api } from '../lib/api';
import { useNavigate } from 'react-router-dom';
import {
@@ -221,9 +220,6 @@ export function Dashboard() {
{/* System Health */}
<HealthPanel showQueues={false} refreshInterval={60000} />
{/* Deploy Status */}
<DeployStatus />
{/* Stats Grid */}
<div className="grid grid-cols-2 lg:grid-cols-3 gap-3 sm:gap-6">
{/* Products */}