Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
alexpeterson91 authored Apr 20, 2024
1 parent b298dce commit 43e7346
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { getDappnodeIdentityClean } from "services/dappnodeStatus/selectors";
import { getInstallerPath } from "pages/installer";
//import { pathName as systemPathName } from "pages/system";
//import { subPaths as systemSubPaths } from "pages/system/data";
import { httpsPortalPath } from "pages/system/data";
import httpsPortalPath from "pages/system/data";
import Alert from "react-bootstrap/esm/Alert";
import { MdAdd } from "react-icons/md";
import { MdClose } from "react-icons/md";
Expand Down Expand Up @@ -149,7 +149,7 @@ export function HttpsMappings({
<p>
It recommended to only expose the pre-approved safe services listed in{" "}
<NavLink to={httpsPortalPath}>
System / Network
System - Network
</NavLink>
. Please, only add custom mappings manually if you understand the
security risks
Expand Down

0 comments on commit 43e7346

Please sign in to comment.