Bugfux und Node Exporter für Prometheus #123

Merged
PxlLoewe merged 3 commits from staging into release 2025-07-26 19:34:57 +00:00
Showing only changes of commit a09671036d - Show all commits

View File

@@ -189,20 +189,9 @@ export const ProfileForm: React.FC<ProfileFormProps> = ({ user }: ProfileFormPro
type="button"
className="btn btn-sm btn-outline"
onClick={() =>
form.setValue(
"permissions",
[
"LOGIN_NEXTCLOUD",
"PILOT",
"DISPO",
"AUDIO",
"ADMIN_EVENT",
"ADMIN_HELIPORT",
],
{
shouldDirty: true,
},
)
form.setValue("permissions", ["LOGIN_NEXTCLOUD", "PILOT", "DISPO", "AUDIO"], {
shouldDirty: true,
})
}
onSubmit={() => false}
>