mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2025-01-20 07:19:18 +01:00
CP-10988: Make docker containers proper XenObjects in XenCenter, to appear on the treeview
-Fixing regression because of failing unit test: XenAdminTests.SearchTests.SearchMarshallingTests.RunTest Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
This commit is contained in:
parent
cfcfba9c29
commit
c9fa1a03ed
@ -77,7 +77,7 @@ namespace XenAdmin.XenSearch
|
||||
//StorageLinkVolume = 1 << 14,
|
||||
//StorageLinkRepository = 1 << 15,
|
||||
Folder = 1 << 11,
|
||||
AllIncFolders = ((1 << 14) - 1) & ~ObjectTypes.Appliance,
|
||||
AllIncFolders = (1 << 12) - 1,
|
||||
AllExcFolders = AllIncFolders & ~ObjectTypes.Folder,
|
||||
Appliance = 1 << 13,
|
||||
DockerContainer = 1 << 14,
|
||||
|
Loading…
Reference in New Issue
Block a user