Merge pull request #1020 from geosharath/VMSS

CP-17704: Adding support for help document
This commit is contained in:
Mihaela Stoica 2016-06-13 10:43:44 +01:00 committed by GitHub
commit 8b587c3fa6
2 changed files with 16 additions and 1 deletions

View File

@ -424,5 +424,17 @@ namespace XenAdmin.Dialogs.VMPolicies
chevronButton1_ButtonClick(sender, e); chevronButton1_ButtonClick(sender, e);
} }
internal override string HelpName
{
get
{
if (!VMGroup<T>.isVMPolicyVMPP)
{
return "VMSnapshotSchedulesDialog";
}
return "VMProtectionPoliciesDialog";
}
}
} }
} }

View File

@ -1044,6 +1044,9 @@
<data name="VMProtectionPoliciesDialog" xml:space="preserve"> <data name="VMProtectionPoliciesDialog" xml:space="preserve">
<value>6536</value> <value>6536</value>
</data> </data>
<data name="VMSnapshotSchedulesDialog" xml:space="preserve">
<value>6550</value>
</data>
<data name="VmSnapshotDialog" xml:space="preserve"> <data name="VmSnapshotDialog" xml:space="preserve">
<value>6520</value> <value>6520</value>
</data> </data>
@ -1089,4 +1092,4 @@
<data name="XenServerUpdateAlert" xml:space="preserve"> <data name="XenServerUpdateAlert" xml:space="preserve">
<value>7014</value> <value>7014</value>
</data> </data>
</root> </root>