mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2025-01-20 07:19:18 +01:00
Merge pull request #148 from MihaelaStoica/CA-141102
CA-141102: Filter by location: use checkboxes instead of icons
This commit is contained in:
commit
8b3b149756
@ -221,9 +221,7 @@ namespace XenAdmin.Controls
|
||||
var item = new ToolStripMenuItem
|
||||
{
|
||||
Text = Helpers.GetName(xenObject),
|
||||
DisplayStyle = ToolStripItemDisplayStyle.ImageAndText,
|
||||
Tag = xenObjectUuid,
|
||||
Image = Images.GetImage16For(xenObject)
|
||||
Tag = xenObjectUuid
|
||||
};
|
||||
return item;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user