mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2024-11-23 12:30:50 +01:00
CP-40842: Changed icons for status report rows.
Signed-off-by: Konstantina Chremmou <Konstantina.Chremmou@cloud.com>
This commit is contained in:
parent
3edf31b7a2
commit
f139334ac3
Binary file not shown.
Before Width: | Height: | Size: 6.7 KiB After Width: | Height: | Size: 6.2 KiB |
@ -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();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user