CP-40842: Changed icons for status report rows.

Signed-off-by: Konstantina Chremmou <Konstantina.Chremmou@cloud.com>
This commit is contained in:
Konstantina Chremmou 2023-02-23 13:41:07 +00:00
parent 3edf31b7a2
commit f139334ac3
2 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.7 KiB

After

Width:  |  Height:  |  Size: 6.2 KiB

View File

@ -50,7 +50,7 @@ namespace XenAdmin.Wizards.BugToolWizard
_host = host;
_size = size;
_capabilityKeys = capabilityKeys;
cellHostImg.Value = Images.GetImage16For(_host);
cellHostImg.Value = Images.StaticImages._000_Server_h32bit_16;
cellHost.Value = _host.Name();
}