diff --git a/apps/rebreak-magic/app/components/DeviceDetailSheet.vue b/apps/rebreak-magic/app/components/DeviceDetailSheet.vue new file mode 100644 index 0000000..bba2352 --- /dev/null +++ b/apps/rebreak-magic/app/components/DeviceDetailSheet.vue @@ -0,0 +1,324 @@ + + + + + + + + + + + {{ deviceName }} + + + {{ platformLabel }} + · {{ device.osVersion }} + + + + + + + + + + + + + Status + + + + {{ statusLabel }} + + + + Bis {{ cooldownUntilText }} + + + + + + + + iOS Schutz-Status + + + + + Supervised + + {{ iosStars.isSupervised ? "Ja" : "Nein" }} + + + + Enrollment + + {{ iosStars.enrollment ? "Ja" : "Nein" }} + + + + Sideload/Lock + + {{ iosStars.sideload ? "Ja" : "Nein" }} + + + + ReBreak App + + {{ iosStars.app ? "Ja" : "Nein" }} + + + + + + + + + Dieser Computer + + + {{ desktopToggleLabel }} + + + + + + + Schlafmodus + + + + + + Schlafmodus aktiv + + + + Abbrechen + + + + + + + Schlafmodus starten + + + + + + + + Gerät entfernen + + + + + + + + Schließen + + + + + +
+ {{ platformLabel }} + · {{ device.osVersion }} +