public inbox for pmg-devel@lists.proxmox.com
 help / color / mirror / Atom feed
From: Dominik Csapak <d.csapak@proxmox.com>
To: pmg-devel@lists.proxmox.com
Subject: [pmg-devel] [PATCH pmg-gui 1/4] change ui to 'pve-nav'
Date: Wed, 26 May 2021 11:13:09 +0200	[thread overview]
Message-ID: <20210526091312.20930-2-d.csapak@proxmox.com> (raw)
In-Reply-To: <20210526091312.20930-1-d.csapak@proxmox.com>

since 'nav' contains some styling we do not want (in extjs 7.0)

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
---
 css/ext6-pmg.css     | 2 +-
 js/ConfigPanel.js    | 2 +-
 js/MainView.js       | 2 +-
 js/NavigationTree.js | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/css/ext6-pmg.css b/css/ext6-pmg.css
index 68b008b..b9d916f 100644
--- a/css/ext6-pmg.css
+++ b/css/ext6-pmg.css
@@ -138,7 +138,7 @@ table:not(.x-grid-item-selected) tr.x-grid-row.disabled {
     color: #000;
 }
 
-.x-treelist-nav {
+.x-treelist-pve-nav {
     background-color: #f5f5f5;
     border-right: 1px solid #cfcfcf;
 }
diff --git a/js/ConfigPanel.js b/js/ConfigPanel.js
index c7148cb..f6aaaad 100644
--- a/js/ConfigPanel.js
+++ b/js/ConfigPanel.js
@@ -58,7 +58,7 @@ Ext.define('PMG.panel.Config', {
 	items: {
 	    xtype: 'treelist',
 	    itemId: 'menu',
-	    ui: 'nav',
+	    ui: 'pve-nav',
 	    expanderOnly: true,
 	    expanderFirst: false,
 	    animation: false,
diff --git a/js/MainView.js b/js/MainView.js
index 01b9658..9ebd065 100644
--- a/js/MainView.js
+++ b/js/MainView.js
@@ -233,7 +233,7 @@ Ext.define('PMG.MainView', {
 		},
 	    }, {
 		xtype: 'box',
-		cls: 'x-treelist-nav',
+		cls: 'x-treelist-pve-nav',
 		flex: 1,
 	    }],
 	},
diff --git a/js/NavigationTree.js b/js/NavigationTree.js
index 63f8e94..2c4d5a5 100644
--- a/js/NavigationTree.js
+++ b/js/NavigationTree.js
@@ -224,5 +224,5 @@ Ext.define('PMG.view.main.NavigationTree', {
     expanderOnly: true,
     expanderFirst: false,
     store: 'NavigationStore',
-    ui: 'nav',
+    ui: 'pve-nav',
 });
-- 
2.20.1





  reply	other threads:[~2021-05-26  9:20 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-26  9:13 [pmg-devel] [PATCH pmg-gui 0/4] fixes/changes extjs 7.0 Dominik Csapak
2021-05-26  9:13 ` Dominik Csapak [this message]
2021-05-26  9:13 ` [pmg-devel] [PATCH pmg-gui 2/4] {Attachment, Spam, Virus}Quarantine: fix layout for iframe Dominik Csapak
2021-05-26  9:13 ` [pmg-devel] [PATCH pmg-gui 3/4] MainView: use new beforeChangePath signature Dominik Csapak
2021-05-26  9:13 ` [pmg-devel] [PATCH pmg-gui 4/4] MainView: fix redirectTo call Dominik Csapak
2021-06-11 13:19 ` [pmg-devel] applied-series: [PATCH pmg-gui 0/4] fixes/changes extjs 7.0 Stoiko Ivanov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210526091312.20930-2-d.csapak@proxmox.com \
    --to=d.csapak@proxmox.com \
    --cc=pmg-devel@lists.proxmox.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal