fix(xo-web/proxies): don't open proxy VM in new tab (#5172)

This commit is contained in:
badrAZ 2020-07-28 10:23:16 +02:00 committed by GitHub
parent 0f60a3b24d
commit 48734c6896
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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'),
},
]