mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2025-01-20 07:19:18 +01:00
Revert the changes to the XenAPI/Relations
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
This commit is contained in:
parent
411e9825e1
commit
6e69052711
@ -153,10 +153,6 @@ namespace XenAPI
|
||||
new Relation("hosts", "host", "updates"),
|
||||
});
|
||||
|
||||
relations.Add(typeof(Proxy_PCI), new Relation[] {
|
||||
new Relation("virtual_functions", "PCI", "physical_function"),
|
||||
});
|
||||
|
||||
relations.Add(typeof(Proxy_Host), new Relation[] {
|
||||
new Relation("features", "Feature", "host"),
|
||||
new Relation("PGPUs", "PGPU", "host"),
|
||||
|
Loading…
Reference in New Issue
Block a user