Commit Graph

825 Commits

Author SHA1 Message Date
Hui Zhang
18a462502c CA-142260: WLB setting: diaplay issue
Fix the following display issues:
1. Should leave more space upon pool granularity setting with XenCenter Chinese version.
2. "Close" should not be the default button when "Previous Section" or "Next Section" is enabled.
3. On WLB advanced settings page, the split line of pool audit granularity should extend and contract along with the size change of the form.
4. For large pool audit trail report, click "Next Section" till the report end, if change user/object/startdate/enddate, "Run Report" button is shown but disabled. Should enable it.

Signed-off-by: Hui Zhang <hui.zhang@citrix.com>
2014-08-21 18:38:21 +08:00
Gabor Apati-Nagy
131fff3f68 Merge pull request #187 from stephen-turner/CA-143886
CA-143886: Sort VM's IP address with IPv4 addresses first
2014-08-20 16:15:25 +01:00
Stephen Turner
460c37317c CA-143886: Sort VM's IP address with IPv4 addresses first 2014-08-19 14:24:54 +01:00
Stephen Turner
ce8dc9bc9c Merge pull request #185 from xs-nanjing/CA-143869
CA-143869: ZH-CN: Buttons are truncated on Workload Balancing Configuration
2014-08-19 09:44:24 +01:00
Hui Zhang
53e15ecd73 CA-143869: ZH-CN: Buttons are truncated on Workload Balancing Configuration
Fix the display issues of Chinese version XenCenter/WLB:
When WLB Configuration Dialog size is changing,
1. OK and Cancel buttons are truncated,
2. OK and Cancel buttons do not keep at the bottom/right corner of the dialog.

Signed-off-by: Hui Zhang <hui.zhang@citrix.com>
2014-08-19 09:42:03 +08:00
Stephen Turner
686a11a4d4 Merge pull request #184 from xs-nanjing/CA-143823
CA-143823: Split line of pool audit trail granularity should not be displayed if connecting with WLB6.1
2014-08-18 11:47:36 +01:00
Stephen Turner
290092d50b Merge pull request #183 from xs-nanjing/CA-142045
CA-142045: Buttons are truncated on Workload Balancing Configuration for New Pool wizard.
2014-08-18 11:44:43 +01:00
Hui Zhang
6350e174bc CA-143823: Split line of pool audit trail granularity should not be displayed if connecting with WLB6.1
Hide the split line when the pool connects with WLB6.1 server.

Signed-off-by: Hui Zhang <hui.zhang@citrix.com>
2014-08-18 17:39:16 +08:00
Hui Zhang
51fa464e33 CA-142045: Buttons are truncated on Workload Balancing Configuration for New Pool wizard.
Fix the display issues when WLB Configuration Dialog size is changing:
1. OK and Cancel buttons are truncated.
2. OK and Cancel buttons do not keep at the bottom/right corner of the dialog.
3. The height of the SplitContainer does not track the change of the height of the dialog.

Signed-off-by: Hui Zhang <hui.zhang@citrix.com>
2014-08-18 14:53:36 +08:00
Stephen Turner
308483d29f Merge pull request #182 from MihaelaStoica/CA-141245
CA-141245: Added timeout to Transfer VM expose call
2014-08-15 16:20:40 +01:00
Stephen Turner
28d7f5d8a2 Merge pull request #181 from ushamandya/xs64bit
Added a new topic 'The Navigation Pane' and updated a few other topics r...
2014-08-15 16:11:41 +01:00
Mihaela Stoica
22d1273bfd CA-141245: Added timeout to Transfer VM expose call
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2014-08-15 16:10:42 +01:00
Stephen Turner
0cafcecec2 Merge pull request #173 from MihaelaStoica/CA-107598
CA-107598: Fixed the issue where XenCenter hides the "Licensing Error" p...
2014-08-15 14:56:09 +01:00
Stephen Turner
8cb2eb8443 Merge pull request #180 from stephen-turner/CA-95967-b
CA-95967: Change Logfiles back to Log Files per recommendation of Inform...
2014-08-15 14:13:45 +01:00
Stephen Turner
35a7f9fa1f CA-95967: Change Logfiles back to Log Files per recommendation of Information Experience department 2014-08-15 14:07:14 +01:00
Usha Mandya
1e8e424f78 Added a new topic 'The Navigation Pane' and updated a few other topics related to Resources Pane 2014-08-15 12:35:41 +01:00
Mihaela Stoica
0dfb94f051 Merge pull request #176 from MihaelaStoica/xs64bit
CP-8868: : Fixed unit tests
2014-08-15 08:33:52 +01:00
Mihaela Stoica
164a223ef8 CP-8868: : Fixed unit tests
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2014-08-15 08:32:04 +01:00
Mihaela Stoica
92eed05ef3 Merge pull request #175 from MihaelaStoica/xs64bit
CP-8866: Fixed TabsAndMenus tests
2014-08-15 07:23:21 +01:00
Mihaela Stoica
7551cf641d CP-8866: Fixed TabsAndMenus tests
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2014-08-15 07:10:45 +01:00
Stephen Turner
0c9d8cca51 Merge pull request #174 from stephen-turner/increase-test-timeout
CA-142537 Increase NUnit timeout
2014-08-14 18:13:45 +01:00
Stephen Turner
83cba26943 CA-142537 Increase NUnit timeout 2014-08-14 18:12:03 +01:00
Mihaela Stoica
64970a7d13 CA-107598: Fixed the issue where XenCenter hides the "Licensing Error" popup when running in RDC
The reason for the error dialog appearing behind License Manager dialog was that we used MainWindow as parent of the Licensing Error dialog (in ShowLicensingFailureDialog method in ApplyLicenseEditionCommand)
and there were already 3 other modal dialogs displayed one on top of each other: License Manager, Apply License and Action Progress.
 Fixed by calling the ShowLicensingFailureDialog from the command, on action.Completed event (instead of action.Run) and passing the Parent as a parameter, so that we can use the correct parent when displaying the error dialog.

Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2014-08-14 14:40:24 +01:00
Stephen Turner
7e2c969aca Merge pull request #172 from xs-nanjing/CA-142429
CA-142429: The end time does not refresh when running pool audit trail report.
2014-08-14 09:18:24 +01:00
Stephen Turner
8a58808ff8 Merge pull request #171 from stephen-turner/xs64bit
Merging detailedreports branch into xs64bit
2014-08-13 15:57:03 +01:00
Stephen Turner
35f94dc27a Merge branch 'detailedreports' into xs64bit 2014-08-13 15:53:43 +01:00
Stephen Turner
9101c4cab6 Merge branch 'xs64bit' into detailedreports 2014-08-13 15:44:24 +01:00
Stephen Turner
daef130560 Merge pull request #167 from xs-nanjing/CA-142313
CA-142313: XenCenter WLB Report "Run Reports" button should be disabled when popup.
2014-08-13 11:43:16 +01:00
Stephen Turner
bda520030d Merge pull request #169 from xs-nanjing/CA-142266
CA-142266: remove Enter at storage to avoid CSV format display problem
2014-08-13 11:42:42 +01:00
Hui Zhang
45f0e648ec CA-142429: The end time does not refresh when running pool audit trail report.
For pool audit trail report, when click "Run Report",
reset "_endTime" so that the end time will be re-retrieved.

Signed-off-by: Hui Zhang <hui.zhang@citrix.com>
2014-08-13 17:35:14 +08:00
Cheng Zhang
653d7fffa3 CA-142266: remove Enter at storage to avoid CSV format display problem
Signed-off-by: Cheng Zhang <cheng.zhang@citrix.com>
2014-08-13 17:28:54 +08:00
Hui Zhang
628dfaba33 CA-142313: XenCenter WLB Report "Run Reports" button should be disabled when popup.
Do not enable the "Run Report" button when none of the reports is selected.

Signed-off-by: Hui Zhang <hui.zhang@citrix.com>
2014-08-13 15:10:26 +08:00
Stephen Turner
e4c6bda07a Merge pull request #166 from xs-nanjing/CA-142266
CA-142266: Resource data report feature system test findings that need to be fixed
2014-08-12 15:52:31 +01:00
Stephen Turner
ece155aeea Merge pull request #168 from MihaelaStoica/CA-142249
CA-142249: Prevent an ArgumentOutOfRangeException in ActionProgressDialo...
2014-08-12 11:39:03 +01:00
Mihaela Stoica
07e946b1f6 CA-142249: Prevent an ArgumentOutOfRangeException in ActionProgressDialog by ignoring negative values in the action's PercentComplete property.
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2014-08-12 09:46:45 +01:00
Cheng Zhang
a8890cd4d2 CA-142266: Resource data report feature system test findings that need to be fixed 2014-08-12 16:22:05 +08:00
Mihaela Stoica
6f13b74ebf Merge pull request #165 from MihaelaStoica/CA-141868
CA-141868: Boot options are deleted by New VM Wizard if Installation Med...
2014-08-11 18:06:41 +01:00
Mihaela Stoica
83bb33b3a6 CA-141868: Boot options are deleted by New VM Wizard if Installation Media page skipped - Fixed
- Fixed tests

Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2014-08-11 17:58:21 +01:00
Stephen Turner
d23251b007 Merge pull request #164 from MihaelaStoica/CA-141868
CA-141868: Boot options are deleted by New VM Wizard if Installation Media page skipped - Fixed
2014-08-11 16:27:23 +01:00
Stephen Turner
6b745dc11f Merge pull request #153 from xs-nanjing/CP-9370
CP-9370:Add network type and more error message for resource list report feature
2014-08-11 16:24:18 +01:00
Cheng Zhang
b1789f9a68 CP-9240: Rework GPU information in export resource list report for review
Signed-off-by: Cheng Zhang <cheng.zhang@citrix.com>
2014-08-11 18:51:07 +08:00
Mihaela Stoica
f16b63af23 Merge pull request #163 from stephen-turner/CA-141389
CA-141389 Log all GET and POST calls
2014-08-11 07:02:13 +01:00
Mihaela Stoica
5c0c12a6a5 CA-141868: Boot options are deleted by New VM Wizard if Installation Media page skipped - Fixed
- Show the page and grey out the irrelevant options (i.e. the installation media if the template has no CD drive).
- Only disable the Installation media step if the template has no installation media and we don't show the boot options (because is HVM).

Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2014-08-08 13:24:00 +01:00
Stephen Turner
577363a3a1 CA-141389 Log all GET and POST calls 2014-08-07 16:23:06 +01:00
Gabor Apati-Nagy
66ca98571b Merge pull request #162 from stephen-turner/CA-140266
[CA-140377] [CA-140266] Fix missing and duplicate hotkeys
2014-08-07 14:34:09 +01:00
Gabor Apati-Nagy
0e613409c0 Merge pull request #161 from MihaelaStoica/CA-141870
CA-141870: Hotfix uploads to all connected servers before asking which servers you want - Fixed
2014-08-07 14:10:14 +01:00
Stephen Turner
88e7434e02 CA-140337 Add hotkeys to buttons in the new search UI 2014-08-07 13:54:00 +01:00
Stephen Turner
2834df2507 CA-140266 Changed Dismiss hotkey to &D in alerts and events tabs 2014-08-07 13:42:21 +01:00
Mihaela Stoica
b6a914b644 Merge pull request #160 from GaborApatiNagy/CA-141168-2
CA-141168: EN: Improvement: Textbox lines seem overlap in "Set Maser Pas...
2014-08-07 13:41:18 +01:00
Mihaela Stoica
113453e33d Merge pull request #158 from GaborApatiNagy/alerts
CP-9092: XenCenter work for Dom0 memory usage alert
2014-08-07 13:41:03 +01:00