[pve-devel] [PATCH manager] replication: adapt help buttons reference

Thomas Lamprecht t.lamprecht at proxmox.com
Wed Jun 28 18:11:49 CEST 2017


Signed-off-by: Thomas Lamprecht <t.lamprecht at proxmox.com>
---
 www/manager6/grid/Replication.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/www/manager6/grid/Replication.js b/www/manager6/grid/Replication.js
index 2fd6fb75..4c696e52 100644
--- a/www/manager6/grid/Replication.js
+++ b/www/manager6/grid/Replication.js
@@ -57,6 +57,7 @@ Ext.define('PVE.window.ReplicaEdit', {
 	    {
 		xtype: 'inputpanel',
 		itemId: 'ipanel',
+		onlineHelp: 'pvesr_schedule_time_format',
 
 		onGetValues: function(values) {
 		    var me = this.up('window');
@@ -120,8 +121,7 @@ Ext.define('PVE.grid.ReplicaView', {
     extend: 'Ext.grid.Panel',
     xtype: 'pveReplicaView',
 
-    // not here yet:
-    //onlineHelp: 'todo',
+    onlineHelp: 'chapter_pvesr',
 
     stateful: true,
     stateId: 'grid-pve-replication-status',
-- 
2.11.0





More information about the pve-devel mailing list