fix(xo-web/home): link to global filter section (#5157)
This commit is contained in:
parent
b74ec2d7d3
commit
0d398f867f
@ -106,7 +106,7 @@ class TableFilter extends Component {
|
||||
<Tooltip content={_('filterSyntaxLinkTooltip')}>
|
||||
<a
|
||||
className='input-group-addon'
|
||||
href='https://xen-orchestra.com/docs/manage_infrastructure.html#filter-syntax'
|
||||
href='https://xen-orchestra.com/docs/manage_infrastructure.html#live-filter-search'
|
||||
rel='noopener noreferrer'
|
||||
target='_blank'
|
||||
>
|
||||
|
@ -1016,7 +1016,7 @@ export default class Home extends Component {
|
||||
<Tooltip content={_('filterSyntaxLinkTooltip')}>
|
||||
<a
|
||||
className='input-group-addon'
|
||||
href='https://xen-orchestra.com/docs/manage_infrastructure.html#filter-syntax'
|
||||
href='https://xen-orchestra.com/docs/manage_infrastructure.html#live-filter-search'
|
||||
rel='noopener noreferrer'
|
||||
target='_blank'
|
||||
>
|
||||
|
Loading…
Reference in New Issue
Block a user