From 70ec829115ed3fd577fe864b108558d459cf8224 Mon Sep 17 00:00:00 2001 From: caoyanyi Date: Tue, 5 Mar 2024 09:07:50 +0800 Subject: [PATCH] * Adjust required field for create snapshot. --- module/zanode/ui/createsnapshot.html.php | 1 + 1 file changed, 1 insertion(+) diff --git a/module/zanode/ui/createsnapshot.html.php b/module/zanode/ui/createsnapshot.html.php index 8413bd1eaf..73500f7da4 100644 --- a/module/zanode/ui/createsnapshot.html.php +++ b/module/zanode/ui/createsnapshot.html.php @@ -16,6 +16,7 @@ formPanel formGroup ( set::name('name'), + set::required(true), set::label($lang->zanode->snapshotName) ), formGroup