diff --git a/web/src/components/storage/ISCSIPage.tsx b/web/src/components/storage/ISCSIPage.tsx index 401c03d84a..79c7852505 100644 --- a/web/src/components/storage/ISCSIPage.tsx +++ b/web/src/components/storage/ISCSIPage.tsx @@ -24,6 +24,7 @@ import { Grid, GridItem } from "@patternfly/react-core"; import React from "react"; import { Page } from "~/components/core"; import { InitiatorSection, TargetsSection } from "~/components/storage/iscsi"; +import { STORAGE as PATHS } from "~/routes/paths"; import { _ } from "~/i18n"; export default function ISCSIPage() { @@ -42,6 +43,11 @@ export default function ISCSIPage() { + + + {_("Back to device selection")} + + ); }