[Vue] Cloud instance: settings audit — hide self-hosted-only options #66

Closed
opened 2026-04-02 22:22:48 -07:00 by pyr0ball · 0 comments
Owner

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:

  • Inference Profile selector (MyProfileView.vue): wrapped in v-if="!config.isCloud" — cloud users cannot pick local GPU profiles
  • Run Setup Wizard card (ResumeProfileView.vue empty state): wrapped in v-if="!config.isCloud" — wizard is self-hosted onboarding only
  • Data tab (SettingsView.vue): showData = computed(() => !config.isCloud) — server-path backup/restore is meaningless on managed cloud

Status

Closed — all items shipped.

## 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: - **Inference Profile selector** (`MyProfileView.vue`): wrapped in `v-if="!config.isCloud"` — cloud users cannot pick local GPU profiles - **Run Setup Wizard card** (`ResumeProfileView.vue` empty state): wrapped in `v-if="!config.isCloud"` — wizard is self-hosted onboarding only - **Data tab** (`SettingsView.vue`): `showData = computed(() => !config.isCloud)` — server-path backup/restore is meaningless on managed cloud ## Status Closed — all items shipped.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: Circuit-Forge/peregrine#66
No description provided.