mirror of
https://github.com/photoprism/photoprism.git
synced 2025-12-12 08:44:04 +01:00
Frontend: Refactor dialog templates and styles #3168
Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<div class="p-tab p-settings-advanced py-2">
|
||||
<v-form ref="form" lazy-validation class="p-form-settings" accept-charset="UTF-8" @submit.prevent="onChange">
|
||||
<v-form ref="form" validate-on="lazy" class="p-form-settings" accept-charset="UTF-8" @submit.prevent="onChange">
|
||||
<v-card flat tile class="mt-0 px-1 bg-background">
|
||||
<v-card-actions v-if="$config.values.restart">
|
||||
<v-row align="start">
|
||||
|
||||
Reference in New Issue
Block a user