all lists on lists.proxmox.com
 help / color / mirror / Atom feed
* [pmg-devel] [PATCH proxmox-widget-toolkit 1/1] node: repos: add online help
@ 2021-07-14 12:55 Fabian Ebner
  2021-07-14 12:55 ` [pmg-devel] [PATCH pmg-gui 1/1] server administration: " Fabian Ebner
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Fabian Ebner @ 2021-07-14 12:55 UTC (permalink / raw)
  To: pmg-devel

Signed-off-by: Fabian Ebner <f.ebner@proxmox.com>
---
 src/node/APTRepositories.js | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/src/node/APTRepositories.js b/src/node/APTRepositories.js
index c7222fc..9b74980 100644
--- a/src/node/APTRepositories.js
+++ b/src/node/APTRepositories.js
@@ -141,6 +141,7 @@ Ext.define('Proxmox.node.APTRepositoriesErrors', {
 Ext.define('Proxmox.node.APTRepositoriesGrid', {
     extend: 'Ext.grid.GridPanel',
     xtype: 'proxmoxNodeAPTRepositoriesGrid',
+    mixins: ['Proxmox.Mixin.CBind'],
 
     title: gettext('APT Repositories'),
 
@@ -162,6 +163,9 @@ Ext.define('Proxmox.node.APTRepositoriesGrid', {
 	    name: 'addRepo',
 	    disabled: true,
 	    repoInfo: undefined,
+	    cbind: {
+		onlineHelp: '{onlineHelp}',
+	    },
 	    handler: function(button, event, record) {
 		Proxmox.Utils.checked_command(() => {
 		    let me = this;
@@ -177,6 +181,7 @@ Ext.define('Proxmox.node.APTRepositoriesGrid', {
 			url: `/api2/extjs/nodes/${panel.nodename}/apt/repositories`,
 			method: 'PUT',
 			extraRequestParams: extraParams,
+			onlineHelp: me.onlineHelp,
 			listeners: {
 			    destroy: function() {
 				panel.reload();
@@ -410,6 +415,8 @@ Ext.define('Proxmox.node.APTRepositories', {
 
     digest: undefined,
 
+    onlineHelp: undefined,
+
     product: 'Proxmox VE', // default
 
     controller: {
@@ -575,6 +582,7 @@ Ext.define('Proxmox.node.APTRepositories', {
 	    flex: 1,
 	    cbind: {
 		nodename: '{nodename}',
+		onlineHelp: '{onlineHelp}',
 	    },
 	    majorUpgradeAllowed: false, // TODO get release information from an API call?
 	    listeners: {
-- 
2.30.2





^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-07-19 15:42 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-14 12:55 [pmg-devel] [PATCH proxmox-widget-toolkit 1/1] node: repos: add online help Fabian Ebner
2021-07-14 12:55 ` [pmg-devel] [PATCH pmg-gui 1/1] server administration: " Fabian Ebner
2021-07-19 15:42   ` [pmg-devel] applied: " Thomas Lamprecht
2021-07-14 17:41 ` [pmg-devel] [PATCH proxmox-widget-toolkit 1/1] node: " Stoiko Ivanov
2021-07-19 15:39 ` [pmg-devel] applied: " Thomas Lamprecht

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal