]> git.proxmox.com Git - pmg-gui.git/commitdiff
remove Logo.js
authorDominik Csapak <d.csapak@proxmox.com>
Fri, 15 May 2020 08:19:29 +0000 (10:19 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 18 May 2020 16:51:32 +0000 (18:51 +0200)
it is now in the widget-toolkit

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
js/Logo.js [deleted file]
js/Makefile

diff --git a/js/Logo.js b/js/Logo.js
deleted file mode 100644 (file)
index 96ec14b..0000000
+++ /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'
-    }
-});
index 672eedf1dd4d7628068a2761672d0cb63bd1fe8d..d35f3bc7a2cb705365892479f805e83b09d69823 100644 (file)
@@ -18,7 +18,6 @@ JSSRC=                                                        \
        ActionList.js                                   \
        RuleInfo.js                                     \
        RuleEditor.js                                   \
-       Logo.js                                         \
        MainView.js                                     \
        QuarantineList.js                               \
        SpamInfoGrid.js                                 \