[Vue] Cloud instance: settings audit — hide self-hosted-only options #66
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Circuit-Forge/peregrine#66
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Several settings exposed in the Vue SPA are not meaningful or appropriate on the cloud instance (
CLOUD_MODE=true).Resolved (2026-04-02)
All three items fixed and deployed:
MyProfileView.vue): wrapped inv-if="!config.isCloud"— cloud users cannot pick local GPU profilesResumeProfileView.vueempty state): wrapped inv-if="!config.isCloud"— wizard is self-hosted onboarding onlySettingsView.vue):showData = computed(() => !config.isCloud)— server-path backup/restore is meaningless on managed cloudStatus
Closed — all items shipped.