Carmen Agimof
4da67c0590
CA-147944: Use GB for VM Memory if large values
...
- Memory Tab uses GB units for values greater or equal to 1 GB, otherwise show in MB;
- Search Tab displays values in GB or MB in the same as the Memory Tab (e.g. 512 MB of 1 GB, 256 MB of 512 MB, 2.5 GB of 16 GB).
- The shiny bar present in the Memory Tab and in Memory Settings dialog shows the scaling in the following way: If smaller than 1 GB, then show as before, else show only labels with values multiples of half a GB.
- The units used in Memory Setting Dialog are set depending on the static_max. If it is greater or equal to 1 GB, then the units are GB, else MB. The user does not have the possibility of changing them.
2015-08-20 12:41:39 +01:00
Mihaela Stoica
8264dcaba0
Merge pull request #589 from agimofcarmen/CP-13518_II
...
Cp 13518 ii
2015-07-31 14:51:04 +01:00
Carmen Agimof
32461b38b9
CP-13028: Corrects the Dismiss function and provides Dismiss All/ Dismiss Selected button on the Updates Tab.
2015-07-29 13:43:47 +01:00
Gabor Apati-Nagy
b9abdc4b1a
CP-12640: Create alert when logs partition is full
...
Adding code for "log_fs_alert"
2015-07-24 16:03:27 +01:00
Carmen Agimof
b1a2b49559
CP-13026: Changes code style and removes commented out code.
2015-07-23 13:48:30 +01:00
Carmen Agimof
f79199752a
CP-13026: Provide Dismiss option on the Updates Tab.
2015-07-23 11:48:14 +01:00
Mihaela Stoica
e6784d1837
CP-10799: Ensuring sufficient disk space for service pack installation: Display hotfix installation size on the Updates page
...
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2015-02-06 12:32:29 +00:00
Gabor Apati-Nagy
f48f7c8f11
CP-9784: Recognise LICENSE_SERVER_VERSION_OBSOLETE alert in XenCenter
2014-10-02 16:04:05 +01:00
Gabor Apati-Nagy
bf1bf99bdd
CP-9092: XenCenter work for Dom0 memory usage alert
...
-Fixing ALERT_ALARM_DOM0_MEMORY_DEMAND_DESCRIPTION string.Format parameters
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2014-08-07 13:22:45 +01:00
Gabor Apati-Nagy
c57800113b
CP-9092: XenCenter work for Dom0 memory usage alert
...
-Adding control domain memory usage alerts
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2014-08-05 21:40:26 +01:00
Konstantina Chremmou
60bf086b3b
CA-122558: Generate a license alert when the license status is expired. Fixed incorrect
...
timestamp for both license expiring and license expired alerts. Indentation.
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2014-05-12 15:40:05 +01:00
Konstantina Chremmou
9c834d1b91
CA-126770: Fixed issue where the location column on the Updates page was showing
...
multiple entries after refreshing.
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2014-04-28 14:27:12 +01:00
Konstantina Chremmou
f5bee7102c
Refactored MainWindow to derive from IMainWindow rather than implement a field deriving
...
from this interface.
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2014-01-22 12:39:32 +00:00
Konstantina Chremmou
b20434ba24
Refactoring: CanIgnore can be a "get" only property. Correction: dismiss new server
...
version alert from connections rather than ConnectionsManager.XenConnectionsCopy
(in accordance to dismissal of patch alerts).
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2014-01-08 12:38:51 +00:00
Konstantina Chremmou
c8ff1bee69
CA-122558: Removed FixLinkDelegate. Use System.Action instead.
...
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2014-01-03 11:58:42 +00:00
Konstantina Chremmou
a762442b70
CA-122558: Removed property DescriptionInvariant; after the logs and alerts rewrite
...
it was only used when logging and only for the updates; using the Description in
its place should be adequate. Fixed bug in the formatting of XenCenterUpdateAlert.Description
and removed duplicate logging when dismissing an alert.
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2014-01-03 11:27:35 +00:00
Konstantina Chremmou
e28d3c912b
CA-67866: Step 3 - Implemented filtering for the Updates list.
...
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2014-01-03 11:27:11 +00:00
Konstantina Chremmou
cc78711c56
CA-67866: Step 2 - moved code common to XenServerPatchAlert and XenServerVersionAlert
...
to a base class XenServerUpdateAlert.
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2014-01-03 08:51:14 +00:00
Konstantina Chremmou
0eaf776399
CA-67866: Step 1 - renamed XenServerUpdateAlert to XenServerVersionAlert to avoid
...
confusion (patch alerts and version alerts are both considered as server update alerts).
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2014-01-03 08:37:45 +00:00
Konstantina Chremmou
a5c89e429b
CA-85971: Removed method selecting control in tab by name. Retained ability only for the Name, Description and Iqn TexBox on the GeneralEditPage; in one of the other cases it didn't make a difference, in another (LogDestinationEditPage) it was causing a bug and in yet another (BootOptionsEditPage) the controls had already been renamed. Also some positioning changes.
...
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-12-30 13:01:00 +00:00
Konstantina Chremmou
3b25591d71
CA-85971: Removed method selecting tab by name. Made all pages of VerticallyTabbedDialog private.
...
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-12-22 17:17:04 +00:00
Konstantina Chremmou
d335372575
CA-85971: Removed method selecting tab by index.
...
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-12-22 15:28:00 +00:00
Konstantina Chremmou
ce20127827
CA-122558: Redesign of the updates page according to CAR-107.
...
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-12-05 12:46:39 +00:00
Konstantina Chremmou
772bc63e53
CA-122558: Some code compacting.
...
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-12-05 12:03:34 +00:00
Konstantina Chremmou
b2e0c858e3
CP-6093: Tidying up: moved property from Alert to XenServerPatchAlert as it only
...
applies to the latter. Converted methods from AlertSummaryPage to one Alert and
one String extension method so they can be used more widely. Code simplification
on the Updates page.
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-11-23 14:04:15 +00:00
Konstantina Chremmou
fcc627113d
CP-6093: Remove update alerts from the Alerts page, part 1/3: some code simplification
...
and efficiency improvements.
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-11-21 14:11:29 +00:00
Konstantina Chremmou
361b49066c
CP-6093: Anyone outside the Alert class should not know anything about the lock
...
used to access the alerts list. The list itself should be private as there is a
risk to access it and forgetting to use the lock.
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-11-21 12:32:27 +00:00
Konstantina Chremmou
f9b8624114
CP-5750: Currently the license alert is generated only when the license is due to
...
expire soon, therefore assign severity level 3 (warning).
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-08-16 13:25:46 +01:00
Konstantina Chremmou
38ab6b8ffa
CP-5750: When a License warning is generated, create an alert rather than an Action.
...
Removed ActionType.Alert. Removed Alerts checkbox from the Log tab.
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-08-09 17:20:36 +01:00
Konstantina Chremmou
86234b2121
PR-1537: Moved duplicate alert comparison code from the AlertSummary and the ManageUpdates dialogs to the Alert class.
...
Signed-off-by: Konstantina Chremmou <Konstantina.Chremmou@citrix.com>
2013-07-03 12:00:00 +01:00
Konstantina Chremmou
8a7476c9c7
PR-1537: Added new virtual property Name to the Alert class. Removed time info from the Description of the XenCenterUpdate-, XenServerPatch- and XenServerUpdateAlert (not needed because it is shown on a separate column on the alert lists).
...
Signed-off-by: Konstantina Chremmou <Konstantina.Chremmou@citrix.com>
2013-07-03 11:28:10 +01:00
Mihaela Stoica
bd36a85bff
CP-4816: Initial commit to git repo
...
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2013-06-24 12:41:48 +01:00