fix(xo-web/proxies): don't open proxy VM in new tab (#5172)
This commit is contained in:
parent
0f60a3b24d
commit
48734c6896
@ -111,7 +111,7 @@ const COLUMNS = [
|
||||
sortCriteria: 'name',
|
||||
},
|
||||
{
|
||||
itemRenderer: proxy => <Vm id={proxy.vmUuid} link newTab />,
|
||||
itemRenderer: proxy => <Vm id={proxy.vmUuid} link />,
|
||||
name: _('vm'),
|
||||
},
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user