@mytec: iter8.1 ready for test
This commit is contained in:
@@ -154,12 +154,12 @@ export default function SiteList({ onEditSite, onAddSite }: SiteListProps) {
|
||||
onClick={async (e) => {
|
||||
e.stopPropagation();
|
||||
await cloneSector(site.id);
|
||||
addToast(`Cloned "${site.name}" (+30° azimuth)`, 'success');
|
||||
addToast(`Added sector to "${site.name}" (+120°)`, 'success');
|
||||
}}
|
||||
className="px-2 py-1 text-xs text-purple-600 dark:text-purple-400 hover:bg-purple-50 dark:hover:bg-purple-900/20 rounded min-h-[32px] flex items-center justify-center"
|
||||
title="Clone sector (+30° azimuth offset)"
|
||||
title="Add sector at same location (+120° azimuth)"
|
||||
>
|
||||
Clone
|
||||
+ Sector
|
||||
</button>
|
||||
<button
|
||||
onClick={(e) => {
|
||||
|
||||
Reference in New Issue
Block a user