We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ce6339 commit c01ec89Copy full SHA for c01ec89
build/ui/src/components/Advanced/AdvancedTab.tsx
@@ -37,7 +37,7 @@ const AdvancedTab: React.FC<AdvancedTabProps> = (): JSX.Element => {
37
event.preventDefault();
38
39
const output = await appService.runCustomCommand(command);
40
-
+
41
// Append the command and output to the output box
42
try {
43
const jsonOutput = JSON.parse(output);
build/ui/src/components/Setup/MinipoolActions.tsx
@@ -38,7 +38,7 @@ function MinipoolActions({
</div>
<div className="button-container">
<Button
- href={`http://my.dappnode/packages/${config?.package}.eth/backup`}
+ href={`http://my.dappnode/packages/my/${config?.package}.eth/backup`}
variant="contained"
color="primary"
44
target="_blank"
0 commit comments