Skip to content
Snippets Groups Projects
Commit b68b6db0 authored by Xiao Gui's avatar Xiao Gui
Browse files

bugfix: hide conn menu where there are none

parent eb032784
No related branches found
No related tags found
No related merge requests found
# v2.2.1
26 May 2020
## Bugfixes
- fixed connectivity menu showing non existent connectivity data
......@@ -37,6 +37,8 @@ describe('> scroll dataset container', () => {
countdown --
}while(countdown > 0)
await iavPage.wait(500)
const val = await iavPage.getScrollStatus(scrollContainerCssSelector)
expect(val).toBeGreaterThanOrEqual(10000)
})
......
......@@ -40,6 +40,7 @@ pages:
- Fetching datasets: 'advanced/datasets.md'
- Display non-atlas volumes: 'advanced/otherVolumes.md'
- Release notes:
- v2.2.1: 'releases/v2.2.1.md'
- v2.2.0: 'releases/v2.2.0.md'
- v2.1.3: 'releases/v2.1.3.md'
- v2.1.2: 'releases/v2.1.2.md'
......
......@@ -138,7 +138,7 @@
</mat-list-item>
<!-- connectivity -->
<div iav-switch #connectivitySwitch="iavSwitch">
<div *ngIf="hasConnectivity" iav-switch #connectivitySwitch="iavSwitch">
<mat-list-item mat-ripple
(click)="connectivitySwitch.toggle()"
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment