Changes done in ui screens
This commit is contained in:
@@ -1,17 +1,17 @@
|
||||
import { useState } from 'react';
|
||||
|
||||
import {
|
||||
Grid2X2,
|
||||
AlertTriangle,
|
||||
Sun,
|
||||
Disc,
|
||||
Smartphone,
|
||||
FileText
|
||||
|
||||
} from "lucide-react";
|
||||
import Button from "@/components/common/button";
|
||||
import StatCard from "@/components/common/dashStatCard";
|
||||
import InfoBanner from "@/components/common/infoBanner";
|
||||
import Table from '@/components/common/dataTable';
|
||||
import { contractheaders, contractrows, devicefleetheaders, devicefleetrows } from '@/constants/tabledata';
|
||||
import { devicefleetheaders, devicefleetrows } from '@/constants/tabledata';
|
||||
|
||||
export default function DeviceFleetPortal() {
|
||||
return (
|
||||
@@ -19,12 +19,12 @@ export default function DeviceFleetPortal() {
|
||||
{/* --- HEADER SECTION --- */}
|
||||
<div className="flex flex-col md:flex-row md:items-start md:justify-between gap-4 mb-6">
|
||||
<div>
|
||||
<div className="flex items-center gap-2 text-[10px] font-bold tracking-widest text-emerald-400 uppercase font-mono">
|
||||
<div className="flex items-center gap-2 text-[12px] font-bold tracking-widest text-emerald-400 uppercase font-mono">
|
||||
<span>APPLE ONE — HQ TOWER</span>
|
||||
<span className="text-slate-500">•</span>
|
||||
<span className="text-slate-500">IOT</span>
|
||||
<span className="text-slate-500">•</span>
|
||||
<span className="text-slate-500">DEVICE FLEET</span>
|
||||
<span className="text-gray-600">•</span>
|
||||
<span className="text-gray-400">IOT</span>
|
||||
<span className="text-gray-600">•</span>
|
||||
<span className="text-gray-400">DEVICE FLEET</span>
|
||||
</div>
|
||||
<h1 className="text-2xl font-bold text-white tracking-tight mt-1">
|
||||
Gateways, controllers & sensors
|
||||
|
||||
Reference in New Issue
Block a user