[pve-devel] [PATCH manager 1/4] Fix error message

Fabian Ebner f.ebner at proxmox.com
Thu Feb 6 13:26:34 CET 2020


Signed-off-by: Fabian Ebner <f.ebner at proxmox.com>
---
 www/manager6/window/Snapshot.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/manager6/window/Snapshot.js b/www/manager6/window/Snapshot.js
index 3b1070a2..32a66fda 100644
--- a/www/manager6/window/Snapshot.js
+++ b/www/manager6/window/Snapshot.js
@@ -23,7 +23,7 @@ Ext.define('PVE.window.Snapshot', {
 	}
 
 	if (!me.type) {
-	    throw "no VM ID specified";
+	    throw "no type specified";
 	}
 
 	me.items = [
-- 
2.20.1





More information about the pve-devel mailing list