it is now in the widget-toolkit

Signed-off-by: Dominik Csapak <d.csa...@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


_______________________________________________
pve-devel mailing list
pve-devel@pve.proxmox.com
https://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Reply via email to