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