[pve-devel] [PATCH pmg-gui 1/1] remove Logo.js

Dominik Csapak d.csapak at proxmox.com
Fri May 15 10:19:29 CEST 2020


it is now in the widget-toolkit

Signed-off-by: Dominik Csapak <d.csapak at proxmox.com>
---
 js/Logo.js  | 14 --------------
 js/Makefile |  1 -
 2 files changed, 15 deletions(-)
 delete mode 100644 js/Logo.js

diff --git a/js/Logo.js b/js/Logo.js
deleted file mode 100644
index 96ec14b..0000000
--- a/js/Logo.js
+++ /dev/null
@@ -1,14 +0,0 @@
-Ext.define('PMG.image.Logo', {
-    extend: 'Ext.Img',
-    xtype: 'proxmoxlogo',
-
-    height: 30,
-    width: 172,
-    src: '/pve2/images/proxmox_logo.png',
-    alt: 'Proxmox',
-    autoEl: {
-	tag: 'a',
-	href: 'https://www.proxmox.com',
-	target: '_blank'
-    }
-});
diff --git a/js/Makefile b/js/Makefile
index 672eedf..d35f3bc 100644
--- a/js/Makefile
+++ b/js/Makefile
@@ -18,7 +18,6 @@ JSSRC=							\
 	ActionList.js					\
 	RuleInfo.js					\
 	RuleEditor.js					\
-	Logo.js						\
 	MainView.js					\
 	QuarantineList.js				\
 	SpamInfoGrid.js					\
-- 
2.20.1





More information about the pve-devel mailing list