mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2026-01-15 09:11:45 +01:00
fix wrong varname
This commit is contained in:
@@ -56,7 +56,7 @@
|
|||||||
<DropdownItem class="py-1 px-2"
|
<DropdownItem class="py-1 px-2"
|
||||||
href={`${item.href}list/${cn}/${scn}`}
|
href={`${item.href}list/${cn}/${scn}`}
|
||||||
>
|
>
|
||||||
{subCluster} Node List
|
{scn} Node List
|
||||||
</DropdownItem>
|
</DropdownItem>
|
||||||
{/each}
|
{/each}
|
||||||
</DropdownMenu>
|
</DropdownMenu>
|
||||||
|
|||||||
Reference in New Issue
Block a user