From 79767edcf48c16d4d076d50911261ece847a5b85 Mon Sep 17 00:00:00 2001 From: Dominik Csapak Date: Mon, 4 Apr 2022 10:54:14 +0200 Subject: [PATCH] Jobs/Plugin: remove 'vzdump' from id description it's not necessarily a vzdump job Signed-off-by: Dominik Csapak --- PVE/Jobs/Plugin.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PVE/Jobs/Plugin.pm b/PVE/Jobs/Plugin.pm index 76629642..aedfcf3a 100644 --- a/PVE/Jobs/Plugin.pm +++ b/PVE/Jobs/Plugin.pm @@ -17,7 +17,7 @@ my $defaultData = { propertyList => { type => { description => "Section type." }, id => { - description => "The ID of the VZDump job.", + description => "The ID of the job.", type => 'string', format => 'pve-configid', maxLength => 64, -- 2.39.2