[pve-devel] [PATCH manager v3 1/5] ui: add Schema.js
Dominik Csapak
d.csapak at proxmox.com
Fri Jul 16 16:21:22 CEST 2021
this will be the place for all schemas for pve
Signed-off-by: Dominik Csapak <d.csapak at proxmox.com>
---
www/manager6/Makefile | 1 +
www/manager6/Schema.js | 4 ++++
2 files changed, 5 insertions(+)
create mode 100644 www/manager6/Schema.js
diff --git a/www/manager6/Makefile b/www/manager6/Makefile
index 75d355a5..0b0d833e 100644
--- a/www/manager6/Makefile
+++ b/www/manager6/Makefile
@@ -4,6 +4,7 @@ JSSRC= \
Parser.js \
StateProvider.js \
Utils.js \
+ Schema.js \
Toolkit.js \
VNCConsole.js \
button/ConsoleButton.js \
diff --git a/www/manager6/Schema.js b/www/manager6/Schema.js
new file mode 100644
index 00000000..5649241a
--- /dev/null
+++ b/www/manager6/Schema.js
@@ -0,0 +1,4 @@
+Ext.define('PVE.Schema', { // a singleton
+ singleton: true,
+
+});
--
2.30.2
More information about the pve-devel
mailing list