mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2024-12-22 16:36:03 +01:00
Merge pull request #1215 from geosharath/VMSS
CA-213509: [VMSS] XC Unable to add policy to a Folder/ Tags
This commit is contained in:
commit
64228be587
@ -203,6 +203,12 @@ namespace XenAdmin.SettingsPanels
|
|||||||
labelTitle.Text = Messages.GENERAL_PAGE_VMPP_SETTINGS;
|
labelTitle.Text = Messages.GENERAL_PAGE_VMPP_SETTINGS;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (xenObjectCopy is VMSS)
|
||||||
|
{
|
||||||
|
lblFolder.Visible = labelTags.Visible = folderPanel.Visible = tagsPanel.Visible = false;
|
||||||
|
labelTitle.Text = Messages.GENERAL_PAGE_VMSS_SETTINGS;
|
||||||
|
}
|
||||||
|
|
||||||
if (xenObjectCopy is VM_appliance)
|
if (xenObjectCopy is VM_appliance)
|
||||||
{
|
{
|
||||||
lblFolder.Visible = labelTags.Visible = folderPanel.Visible = tagsPanel.Visible = false;
|
lblFolder.Visible = labelTags.Visible = folderPanel.Visible = tagsPanel.Visible = false;
|
||||||
|
9
XenModel/Messages.Designer.cs
generated
9
XenModel/Messages.Designer.cs
generated
@ -15255,6 +15255,15 @@ namespace XenAdmin {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Looks up a localized string similar to Enter the snapshot schedule name and an optional description..
|
||||||
|
/// </summary>
|
||||||
|
public static string GENERAL_PAGE_VMSS_SETTINGS {
|
||||||
|
get {
|
||||||
|
return ResourceManager.GetString("GENERAL_PAGE_VMSS_SETTINGS", resourceCulture);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Looks up a localized string similar to The server '{0}' needs to be rebooted for update '{1}' to take effect.
|
/// Looks up a localized string similar to The server '{0}' needs to be rebooted for update '{1}' to take effect.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
@ -5345,6 +5345,9 @@ Would you like to eject these ISOs before continuing?</value>
|
|||||||
<data name="GENERAL_PAGE_VMPP_SETTINGS" xml:space="preserve">
|
<data name="GENERAL_PAGE_VMPP_SETTINGS" xml:space="preserve">
|
||||||
<value>Enter the VM Protection Policy name and an optional description.</value>
|
<value>Enter the VM Protection Policy name and an optional description.</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="GENERAL_PAGE_VMSS_SETTINGS" xml:space="preserve">
|
||||||
|
<value>Enter the snapshot schedule name and an optional description.</value>
|
||||||
|
</data>
|
||||||
<data name="GENERAL_PAGE_VM_APPLIANCE_SETTINGS" xml:space="preserve">
|
<data name="GENERAL_PAGE_VM_APPLIANCE_SETTINGS" xml:space="preserve">
|
||||||
<value>Enter the vApp name and an optional description.</value>
|
<value>Enter the vApp name and an optional description.</value>
|
||||||
</data>
|
</data>
|
||||||
|
Loading…
Reference in New Issue
Block a user