ui: namespace & maintenance mode: refer to onlineHelp
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
f71a4ce6d6
commit
72e344a1b4
|
@ -14,6 +14,8 @@ Ext.define('PBS.window.MaintenanceOptions', {
|
||||||
xtype: 'pbsMaintenanceOptionEdit',
|
xtype: 'pbsMaintenanceOptionEdit',
|
||||||
mixins: ['Proxmox.Mixin.CBind'],
|
mixins: ['Proxmox.Mixin.CBind'],
|
||||||
|
|
||||||
|
onlineHelp: 'maintenance-mode',
|
||||||
|
|
||||||
subject: gettext('Maintenance mode'),
|
subject: gettext('Maintenance mode'),
|
||||||
|
|
||||||
width: 450,
|
width: 450,
|
||||||
|
|
|
@ -3,7 +3,7 @@ Ext.define('PBS.window.NamespaceEdit', {
|
||||||
xtype: 'pbsNamespaceEdit', // for now rather "NamespaceAdd"
|
xtype: 'pbsNamespaceEdit', // for now rather "NamespaceAdd"
|
||||||
mixins: ['Proxmox.Mixin.CBind'],
|
mixins: ['Proxmox.Mixin.CBind'],
|
||||||
|
|
||||||
//onlineHelp: 'namespaces', // TODO
|
onlineHelp: 'storage-namespaces',
|
||||||
|
|
||||||
isCreate: true,
|
isCreate: true,
|
||||||
subject: gettext('Namespace'),
|
subject: gettext('Namespace'),
|
||||||
|
|
Loading…
Reference in New Issue