This commit is contained in:
@@ -14,7 +14,7 @@ export default {
|
|||||||
isMain: true,
|
isMain: true,
|
||||||
icon: "file-archive",
|
icon: "file-archive",
|
||||||
title: window.$gz.locale.get("Backup"),
|
title: window.$gz.locale.get("Backup"),
|
||||||
helpUrl: "user-form-backup"
|
helpUrl: "ops-form-backup"
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ export default {
|
|||||||
isMain: true,
|
isMain: true,
|
||||||
icon: "robot",
|
icon: "robot",
|
||||||
title: window.$gz.locale.get("ServerJobs"),
|
title: window.$gz.locale.get("ServerJobs"),
|
||||||
helpUrl: "user-form-jobs"
|
helpUrl: "ops-form-jobs"
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ export default {
|
|||||||
isMain: true,
|
isMain: true,
|
||||||
icon: "file-medical-alt",
|
icon: "file-medical-alt",
|
||||||
title: window.$gz.locale.get("ServerMetrics"),
|
title: window.$gz.locale.get("ServerMetrics"),
|
||||||
helpUrl: "user-form-server-metrics"
|
helpUrl: "ops-form-server-metrics"
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ export default {
|
|||||||
isMain: true,
|
isMain: true,
|
||||||
icon: "bullhorn",
|
icon: "bullhorn",
|
||||||
title: window.$gz.locale.get("NotificationSettings"),
|
title: window.$gz.locale.get("NotificationSettings"),
|
||||||
helpUrl: "user-form-notify-settings"
|
helpUrl: "ops-form-notify-settings"
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ export default {
|
|||||||
isMain: true,
|
isMain: true,
|
||||||
icon: "store",
|
icon: "store",
|
||||||
title: window.$gz.locale.get("VendorList"),
|
title: window.$gz.locale.get("VendorList"),
|
||||||
helpUrl: "user-form-vendors"
|
helpUrl: "form-vendors"
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user