This commit is contained in:
2019-12-19 23:07:37 +00:00
parent b8fc47e0ca
commit a222e90532
5 changed files with 5 additions and 5 deletions

View File

@@ -14,7 +14,7 @@ export default {
isMain: true,
icon: "file-archive",
title: window.$gz.locale.get("Backup"),
helpUrl: "user-form-backup"
helpUrl: "ops-form-backup"
});
}
};

View File

@@ -14,7 +14,7 @@ export default {
isMain: true,
icon: "robot",
title: window.$gz.locale.get("ServerJobs"),
helpUrl: "user-form-jobs"
helpUrl: "ops-form-jobs"
});
}
};

View File

@@ -14,7 +14,7 @@ export default {
isMain: true,
icon: "file-medical-alt",
title: window.$gz.locale.get("ServerMetrics"),
helpUrl: "user-form-server-metrics"
helpUrl: "ops-form-server-metrics"
});
}
};

View File

@@ -14,7 +14,7 @@ export default {
isMain: true,
icon: "bullhorn",
title: window.$gz.locale.get("NotificationSettings"),
helpUrl: "user-form-notify-settings"
helpUrl: "ops-form-notify-settings"
});
}
};

View File

@@ -14,7 +14,7 @@ export default {
isMain: true,
icon: "store",
title: window.$gz.locale.get("VendorList"),
helpUrl: "user-form-vendors"
helpUrl: "form-vendors"
});
}
};