Skip to content

Commit

Permalink
Keep the xpath selector used by OST to check VM count
Browse files Browse the repository at this point in the history
  • Loading branch information
rszwajko committed Jun 6, 2022
1 parent 584c9c9 commit d3f16ab
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/components/Toolbar/VmsListToolbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,15 @@ const VmsListToolbar = ({ match, vms, pools, filters = {}, onClearFilters, msg }
<VmFilters/>
<VmSort />
<ToolbarItem>
<h4>
{
<div className='col-sm-12'>
<h5>
{
hasFilters
? msg.resultsOf({ total, available })
: msg.results({ total })
}
</h4>
</h5>
</div>
</ToolbarItem>
<ToolbarItem alignment={{ default: 'alignRight' }}>
<AddVmButton key='addbutton' id='route-add-vm' />
Expand Down

0 comments on commit d3f16ab

Please sign in to comment.