mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2025-01-03 17:42:16 +01:00
Merge pull request #1020 from geosharath/VMSS
CP-17704: Adding support for help document
This commit is contained in:
commit
8b587c3fa6
@ -424,5 +424,17 @@ namespace XenAdmin.Dialogs.VMPolicies
|
||||
chevronButton1_ButtonClick(sender, e);
|
||||
}
|
||||
|
||||
internal override string HelpName
|
||||
{
|
||||
get
|
||||
{
|
||||
if (!VMGroup<T>.isVMPolicyVMPP)
|
||||
{
|
||||
return "VMSnapshotSchedulesDialog";
|
||||
}
|
||||
return "VMProtectionPoliciesDialog";
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
@ -1044,6 +1044,9 @@
|
||||
<data name="VMProtectionPoliciesDialog" xml:space="preserve">
|
||||
<value>6536</value>
|
||||
</data>
|
||||
<data name="VMSnapshotSchedulesDialog" xml:space="preserve">
|
||||
<value>6550</value>
|
||||
</data>
|
||||
<data name="VmSnapshotDialog" xml:space="preserve">
|
||||
<value>6520</value>
|
||||
</data>
|
||||
|
Loading…
Reference in New Issue
Block a user