Mihaela Stoica
f2b1443064
Merge branch 'master' into CAR-2184
...
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
Conflicts:
XenModel/Messages.Designer.cs
XenModel/Messages.resx
2016-09-26 13:26:31 +01:00
Stephen Turner
e99a97f748
CA-150364: Shrunken item on status bar
2016-08-19 16:50:08 +01:00
Mihaela Stoica
72be4e1141
CP-16935: Configure Control domain memory for a host
...
- Added Control Domain memory entry in the host memory control on Memory tab.
- Control domain memory is editable for Ely and greater hosts.
- Can be changed from a dialog that requires host to be in maintenance mode and triggers a host reboot after the memory is changed.
- This dialog is available from Server main menu and from the host memory tab.
- Also removed unused unit controls on host and VM memory bars.
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2016-08-09 14:50:04 +01:00
Mihaela Stoica
f2b21975aa
CP-16921: Add new PVS tab
...
- tab visible on pool or standalone server if the feature is not restricted and the pools has at least one farm
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2016-07-13 13:36:49 +01:00
Konstantina Chremmou
7528cefce4
Do not show the CVM's own name on its console, but rather a description including the host's name.
2016-07-08 09:19:39 +01:00
Konstantina Chremmou
094e4c4c4f
CP-18028: For hosts with more than one control domain (dom0 and cvm at the moment) add an extra tab to display the console of the cvm.
2016-07-05 08:14:13 +01:00
Frederico Mazzone
9a729e2547
[CP-17415] XC: Add awareness of new AD feature flag
...
Added awareness; basic license now shows upsell tab and premium license shows full feature tab.
Signed-off-by: Frederico Mazzone <fredericom@citrite.net>
2016-05-20 13:01:51 +01:00
Gabor Apati-Nagy
066bf9876a
CA-202295: Hotkeys should not be part of the branding tag
...
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2016-03-02 14:06:58 +00:00
Gabor Apati-Nagy
9571322b7b
CA-202295: Hotkeys should not be part of the branding tag
...
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2016-03-02 14:00:18 +00:00
Gabor Apati-Nagy
6cf7776795
CP-16097: Hide Thin Provosioning in XenCenter
...
Commented code out only for easier reverting.
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2016-02-17 11:42:19 +00:00
Mihaela Stoica
9f99c37f83
CP-16012: Rename branding variables
...
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2016-02-10 11:52:30 +00:00
Cheng Zhang
15ef3410a3
CP-15398: Make file name and dir rebrandablei
...
Signed-off-by: Cheng Zhang <cheng.zhang@citrix.com>
2016-01-19 18:40:55 +08:00
Cheng Zhang
4f0270d049
CP-15398: Make texture XenServer Host rebrandable
...
Signed-off-by: Cheng Zhang <cheng.zhang@citrix.com>
2016-01-19 18:40:52 +08:00
Cheng Zhang
010ff919c1
CP-15398: Make texture XenServer product rebrandable
...
Signed-off-by: Cheng Zhang <cheng.zhang@citrix.com>
2016-01-19 18:36:21 +08:00
Cheng Zhang
a33d10bade
CP-15398: Make texture XenCenter rebrandable
...
Signed-off-by: Cheng Zhang <cheng.zhang@citrix.com>
2016-01-14 18:52:53 +08:00
Stephen Turner
ac71c2c454
CA-190904: Remove obsolete SR.upgrade and SR.share menu items
2015-11-30 11:53:54 +00:00
Stephen Turner
bf1bbd8475
Merge pull request #742 from GaborApatiNagy/master_CP-185888
...
CA-185888: "Forget" in XenCenter is unclear
2015-11-16 16:20:05 +00:00
Gabor Apati-Nagy
57cea2564c
CA-185888: "Forget" in XenCenter is unclear
...
Capitalized.
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2015-11-16 16:11:40 +00:00
Gabor Apati-Nagy
db4737b5ec
CA-185888: "Forget" in XenCenter is unclear
...
Renamed "Forget" to "Forget password" and updated unit tests accordingly.
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2015-11-13 20:00:25 +00:00
Mihaela Stoica
3c956f28ac
CP-14780: Revert Windows Update changes (part2)
...
Revert "Merge pull request #708 from GaborApatiNagy/master_windows_update"
This reverts commit fe03f1382f
, reversing
changes made to 423065a2c8
.
Conflicts:
XenAdminTests/TabsAndMenus/MainMenuGeorge.cs
2015-11-10 13:13:23 +00:00
Stephen Turner
cf6534275e
CP-14647: Intermediate check-in #2
2015-11-08 11:27:57 +00:00
Mihaela Stoica
fe03f1382f
Merge pull request #708 from GaborApatiNagy/master_windows_update
...
Upgrade VMs
2015-10-19 16:29:52 +01:00
Gabor Apati-Nagy
7b7bcb0aa5
CP-14379, CP-14461, CP-14462, CP-14463, CP-14464, CP-14465, CP-14467:
...
Implementing Upgrading VMs to Windows Update
New screen features:
-Create skeleton of the Upgrade VM dialog
-Implement a Go To Console link (just a link that opens a vm console)
-Implement logic to show the right status for a VM (includes rules to
get the states). Includes updating the dialog whenever the status changes.
-Add status texts to Messages, proper text on the UI
-Add stub methods to VM class in XenAPI-Extensions to r/w states from
Guest Agent
-UI: Implement rules what vms to display, checkbox rules, read only vms,
and when to enable the Upgrade button
-Implement Upgrade button (writes state for GA, mounts ISO) + maximum
parallel executions/actions
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2015-10-16 12:47:00 +01:00
Mihaela Stoica
260e36ec4e
Revert "Temporarily hide "Convert SR""
...
This reverts commit 127b60871c
.
2015-09-29 14:44:13 +01:00
Mihaela Stoica
127b60871c
Temporarily hide "Convert SR"
...
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2015-09-17 15:08:21 +01:00
Mihaela Stoica
9e22d7ce41
CP-12155: View / Change Call Home Enrollment and settings
2015-05-18 15:28:37 +01:00
Mihaela Stoica
5a4f537347
CA-161097: Changed Refresh button caption (removed ellipsis)
...
- also made Refresh buttons the same size on Details and Processes page and changed Details tab caption from "Detail" to "Details"
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2015-02-23 16:58:34 +00:00
Cheng Zhang
9c0e2c60de
CP-11053: Add per-container "Details"-Tab
...
- Showing all detailed information from a docker_inspect call
- The information refresh/polls every 20s while it's open
- Button “Refresh” add, so user can refresh the result. Also shows time when the last refresh happens.
- Add TabPageDetails as value 9903 in HelpManager.resx
Signed-off-by: Cheng Zhang <cheng.zhang@citrix.com>
2015-02-13 10:49:41 +08:00
Mihaela Stoica
e3494f2d92
Merge pull request #324 from huizh/CP-11052
...
CP-11052: Add per-container "Processes"-Tab to XC
2015-02-12 10:53:18 +00:00
Hui Zhang
789e45f11c
CP-11052: Add per-container "Processes"-Tab to XenCenter
...
This tab will show docker process id, command and CPU time.
Signed-off-by: Hui Zhang <hui.zhang@citrix.com>
2015-02-12 17:58:17 +08:00
Mihaela Stoica
9bae16c03c
CP-10927: Add container lifetime operations to the toolbar
...
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2015-02-11 13:46:23 +00: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
Cheng Zhang
5eb82ae6de
CP-8866:Development for Resource Statistic Feature on XenCenter
2014-08-01 11:34:37 +08:00
Mihaela Stoica
7ab3243980
CA-140336: Hide the Windows menu item at all times
...
- cannot remove completely because of the plugin specification, but it is not be visible even if they were plugins trying to use it
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2014-07-22 13:20:21 +01:00
Mihaela Stoica
042f7f2927
CA-138928: Added "reclaim freed space" option to the main menu
...
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2014-07-04 13:36:41 +01:00
Stephen Turner
939747c866
[CA-95967] Two improvements to Help menu (plus Designer boilerplate changes)
2014-04-14 18:04:03 +01:00
Konstantina Chremmou
54accf8708
CA-107358: Corrected "Force Shut Down" button and tooltip text.
...
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-11-20 08:29:11 +00:00
Konstantina Chremmou
09e8b8ee5c
CA-105092: Set XenCenter's MinimumSize to 1024x768.
...
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-11-14 13:20:42 +00:00
Konstantina Chremmou
5171d35130
CP-6085: Per-pool overview of vGPUs (PR-1675)
...
# HG changeset patch
# User Mihaela Stoica <Mihaela.Stoica@citrix.com>
# Date 1381928854 -3600
# Wed Oct 16 14:07:34 2013 +0100
# Node ID d3728527c55c8e615dc2979a4ed412a244c73299
# Parent 500886f75c7f678b98ad5fab5902a0e87d1798ea
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-11-14 11:06:50 +00:00
Konstantina Chremmou
9de85b8772
CP-6267: Restored status strip on the main window.
...
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-11-12 12:44:19 +00:00
Konstantina Chremmou
dfa26cf0cc
CP-6093: Main window control positioning and borders.
...
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-11-07 15:31:13 +00:00
Konstantina Chremmou
15f9d34181
CP-6093: Update the header bar with the name of the notifications view currently selected.
...
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-11-07 10:00:53 +00:00
Konstantina Chremmou
bbe13a192d
CP-6093: Implemented changes to the View menu. Disabled again flaky tests that had
...
been enabled in a previous commit.
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-10-09 09:13:47 +01:00
Konstantina Chremmou
1fb7fd5694
CP-6095: Moved Search tab to the end of the tab list and made it always visible.
...
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-10-01 15:35:57 +01:00
Konstantina Chremmou
787fd8cc1e
CP-5751: Move logs tab to the notifications view.
...
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-09-02 14:45:42 +01:00
Konstantina Chremmou
fab452946f
CP-5751: Converted the Updates dialog to a user control and added it to the Notifications viw.
...
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-08-30 15:19:59 +01:00
Konstantina Chremmou
2edefb840e
CP-5751: First drop of the new NotificationsView (currently only the Alerts are available).
...
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-08-30 13:35:32 +01:00
Konstantina Chremmou
a3dbc137d9
CP-5749: First drop of new outlook style buttons.
...
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-08-26 11:42:32 +01:00
Konstantina Chremmou
b163a6c715
CP-5749: Moved the main treeview from the MainWindow to the NavigationView control.
...
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-08-24 17:00:32 +01:00
Konstantina Chremmou
d128abe4f9
CP-5749: Created new NavigationView control and moved the search box from the main window into there.
...
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-08-23 12:23:35 +01:00