import { Square, Tags } from 'lucide-react'; import { useLicense } from '@/context/LicenseContext'; import type { FleetNode } from '@/components/FleetView/types'; import { LabelFleetStopCard } from './cards/LabelFleetStopCard'; import { BulkLabelAssignCard } from './cards/BulkLabelAssignCard'; interface Props { nodes: FleetNode[]; } export function FleetActionsTab({ nodes }: Props) { const { isPaid } = useLicense(); if (nodes.length === 0) { return (
Stop stacks across every node by label name, and assign labels to many stacks in one shot. Available on Skipper and Admiral.