Split recovery mode into repair and restart

recovery mode is not a 'setting'
This commit is contained in:
Girish Ramakrishnan
2025-09-25 15:46:36 +02:00
parent 7701b41af4
commit 9a3a78c96c
12 changed files with 40 additions and 44 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
import { ref, onMounted, useTemplateRef } from 'vue';
import { marked } from 'marked';
import { Button, Switch, Dialog, Checkbox, FormGroup } from '@cloudron/pankow';
import { Button, Switch, Dialog, Checkbox } from '@cloudron/pankow';
import { ISTATES } from '../../constants.js';
import SettingsItem from '../SettingsItem.vue';
import AppsModel from '../../models/AppsModel.js';