diff --git a/assets/js/hooks/Mapper/components/mapInterface/widgets/SystemSignatures/SystemSignatures.tsx b/assets/js/hooks/Mapper/components/mapInterface/widgets/SystemSignatures/SystemSignatures.tsx index 0c97fe9d..c293c884 100644 --- a/assets/js/hooks/Mapper/components/mapInterface/widgets/SystemSignatures/SystemSignatures.tsx +++ b/assets/js/hooks/Mapper/components/mapInterface/widgets/SystemSignatures/SystemSignatures.tsx @@ -2,25 +2,26 @@ import { Widget } from '@/hooks/Mapper/components/mapInterface/components'; import { InfoDrawer, LayoutEventBlocker, + SystemView, TooltipPosition, - WdImgButton, WdCheckbox, + WdImgButton, } from '@/hooks/Mapper/components/ui-kit'; import { SystemSignaturesContent } from './SystemSignaturesContent'; import { - Setting, - SystemSignatureSettingsDialog, - COSMIC_SIGNATURE, COSMIC_ANOMALY, + COSMIC_SIGNATURE, DEPLOYABLE, - STRUCTURE, - STARBASE, - SHIP, DRONE, + Setting, + SHIP, + STARBASE, + STRUCTURE, + SystemSignatureSettingsDialog, } from './SystemSignatureSettingsDialog'; import { SignatureGroup } from '@/hooks/Mapper/types'; -import React, { useCallback, useEffect, useState, useMemo, useRef } from 'react'; +import React, { useCallback, useEffect, useMemo, useRef, useState } from 'react'; import { PrimeIcons } from 'primereact/api'; @@ -105,7 +106,14 @@ export const SystemSignatures = () => { -
System Signatures
+
+ {!compact && ( +
+ Signatures {isNotSelectedSystem ? '' : 'in'} +
+ )} + {!isNotSelectedSystem && } +