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);
|
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">
|
<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>
|
||||||
|
Loading…
Reference in New Issue
Block a user