xenadmin/XenAdmin/Wizards
Konstantina Chremmou 73eaed6af8 Fixed some issues around the validation of SrPicker selections.
- Fixed button enablement on the IntraPoolCopy page.
- Regression on the NewDiskDialog were selection was considered valid
even if the SR was disabled.The SrSelectionChanged and SelectedIndexChanged
were fired in the wrong order. To fix this the event SrSelectionChanged
is removed (in reality after the refactoring in 5b79b1dc94
it became obsolete).

Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2019-10-14 09:24:36 +01:00
..
BallooningWizard_Pages CA-272130: modify truncated linklabel and text on the memory settings wizard 2017-12-07 17:28:03 +08:00
BugToolWizardFiles Fixed unlocalised message. 2019-09-25 15:02:05 +01:00
ConversionWizard CA-326609: Ensure the conversion wizard offers only SRs that can be seen from all hosts in the pool. 2019-09-11 13:27:29 +01:00
CrossPoolMigrateWizard Fixed some issues around the validation of SrPicker selections. 2019-10-14 09:24:36 +01:00
DRWizards CA-318280: Add a null check for the VM.appliance property, as it could be null when read from the DR metadata 2019-05-15 13:16:21 +01:00
ExportWizard CA-325439: Pre-populate download locations. Validation corrections on the server status report wizard. 2019-09-19 14:06:28 +01:00
GenericPages Merge pull request #2521 from xenserver/feature/REQ-756 2019-09-27 13:18:21 +01:00
HAWizard_Pages Prevent crash and improve behaviour when the user tries to configure/disable HA in a pool that has lost the HA statefile. 2019-07-23 10:28:01 +01:00
ImportWizard Fixed some issues around the validation of SrPicker selections. 2019-10-14 09:24:36 +01:00
NewNetworkWizard_Pages Reduced accessibility of controls to private. Moved some of the wizard cancelling 2019-01-08 12:01:46 +00:00
NewPolicyWizard L10N: Translation and Resx resync 2019-09-25 15:17:19 +01:00
NewSRWizard_Pages CP-30918: Show warnings if GFS2 SRs are not used with multipath. 2019-03-25 06:48:41 +00:00
NewVMApplianceWizard Since it is easy to forget calling the base class method at the beginning of the 2018-03-09 11:22:26 +00:00
NewVMWizard REQ-720: Initial implementation of GPUEditPage and AddVgpuDialog. (#2422) 2019-06-10 14:49:31 +08:00
PatchingWizard CA-322529: Do not add nulls to the sub-actions list for a multiple action 2019-09-02 11:21:23 +01:00
RollingUpgradeWizard CA-314720: Replaced "Still waiting" dialog popping up during RPU with a message displayed in the upgrade output. 2019-07-22 13:15:59 +01:00
BallooningWizard.cs CA-210190: Fixed various layout and truncation issues on the VM/template memory 2018-08-17 08:23:04 +01:00
BallooningWizard.Designer.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
BallooningWizard.ja.resx L10N:Translations check-ins 2016-12-21 16:20:30 +00:00
BallooningWizard.resx CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
BallooningWizard.zh-CN.resx L10N:Translations check-ins 2016-12-21 16:20:30 +00:00
BootModesControl.cs CA-310250: Improvements to the guest UEFI UI 2019-02-21 12:40:22 +00:00
BootModesControl.Designer.cs CP-30251: Show a warning if the feature is experimental 2018-12-18 15:56:27 +00:00
BootModesControl.ja.resx CP-28676: XC: Allow choosing boot options during new VM wizard 2018-08-28 12:46:36 +01:00
BootModesControl.resx CP-30251: Show a warning if the feature is experimental 2018-12-18 15:56:27 +00:00
BootModesControl.zh-CN.resx CP-28676: XC: Allow choosing boot options during new VM wizard 2018-08-28 12:46:36 +01:00
HAWizard.cs Modified treeview and toolbar updates (#2264) 2018-10-16 16:24:54 +01:00
HAWizard.Designer.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
HAWizard.ja.resx L10N : Dundee translation checkins Iteration 01 2016-03-21 16:45:35 +05:30
HAWizard.resx CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
HAWizard.zh-CN.resx L10N : Dundee translation checkins Iteration 01 2016-03-21 16:45:35 +05:30
NewNetworkWizard.cs Reduced accessibility of controls to private. Moved some of the wizard cancelling 2019-01-08 12:01:46 +00:00
NewNetworkWizard.Designer.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
NewNetworkWizard.ja.resx L10N:Translations check-ins 2016-12-21 16:20:30 +00:00
NewNetworkWizard.resx CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
NewNetworkWizard.zh-CN.resx L10N: CA-286950 Fixed truncation issue in Japanese and Chinese languages. Provide additional fix to the Chinese resource file. 2018-09-11 11:15:30 +01:00
NewSRWizard.cs CA-288751: Fix the RBAC checks for probe_ext 2018-05-24 13:00:05 +01:00
NewSRWizard.Designer.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
NewSRWizard.ja.resx L10N : Dundee translation checkins Iteration 01 2016-03-21 16:45:35 +05:30
NewSRWizard.resx CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
NewSRWizard.zh-CN.resx L10N : Dundee translation checkins Iteration 01 2016-03-21 16:45:35 +05:30
UpdateUpgradeWizard.cs Added some null safety checks. 2018-07-02 17:37:52 +01:00
WizardHelpers.cs Merge pull request #2438 from xenserver/feature/REQ-745 2019-05-20 10:48:48 +01:00
WizardProgress.cs CA-176169: Changed copyright statements to include the comma in Citrix Systems, 2017-01-16 19:59:50 +00:00
WizardProgress.Designer.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
WizardProgress.ja.resx L10N:Translations check-ins 2016-12-21 16:20:30 +00:00
WizardProgress.resx CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
WizardProgress.zh-CN.resx L10N : Dundee translation checkins Iteration 01 2016-03-21 16:45:35 +05:30
WizardProgressEventArgs.cs CA-176169: Changed copyright statements to include the comma in Citrix Systems, 2017-01-16 19:59:50 +00:00
XenWizardBase.cs Help refactoring. 2019-09-25 15:02:05 +01:00
XenWizardBase.designer.cs CP-24709: Add a warning in the New VM wizard and Import wizard if the pool is licensed using XD/XA entitlement (#1791) 2017-09-29 11:05:57 +01:00
XenWizardBase.ja.resx L10N: Translations updates (#2258) 2018-10-11 10:41:58 +01:00
XenWizardBase.resx Change Apps/Desktops to Apps and Desktops. 2018-07-19 16:12:55 +01:00
XenWizardBase.zh-CN.resx L10N: Translation updates along with Interface resync 2018-09-28 14:00:14 +01:00