diff --git a/app/components/labels-section/template.hbs b/app/components/labels-section/template.hbs index 36d908917..6f5e615c7 100644 --- a/app/components/labels-section/template.hbs +++ b/app/components/labels-section/template.hbs @@ -15,6 +15,7 @@ paging=false search=true sortBy=sortBy + stickyHeader=false descending=descending headers=headers body=labelArray diff --git a/app/container/template.hbs b/app/container/template.hbs index 2fa0016a0..2cde78003 100644 --- a/app/container/template.hbs +++ b/app/container/template.hbs @@ -123,6 +123,7 @@ sortBy=sortBy bulkActions=false rowActions=false + stickyHeader=false pagingLabel="pagination.port" isVisible=parent.expanded headers=headers as |sortable kind port dt|}} @@ -187,6 +188,7 @@ searchText=searchText sortBy=sortBy bulkActions=false + stickyHeader=false pagingLabel="pagination.volume" isVisible=parent.expanded headers=headers as |sortable kind mount dt|}} diff --git a/app/host/template.hbs b/app/host/template.hbs index efd929c35..df7597b6d 100644 --- a/app/host/template.hbs +++ b/app/host/template.hbs @@ -171,6 +171,7 @@ search=true paging=true showHost=false + stickyHeader=false }} {{/accordion-list-item}} @@ -190,6 +191,7 @@ paging=true search=true sortBy=sortBy + stickyHeader=false descending=descending headers=portHeaders body=model.host.displayEndpoints @@ -249,6 +251,7 @@ paging=true search=true sortBy=sortBy + stickyHeader=false descending=descending headers=storageHeaders body=nonRootVolumes diff --git a/app/stack/index/template.hbs b/app/stack/index/template.hbs index 1b8f4fca6..83d6cd312 100644 --- a/app/stack/index/template.hbs +++ b/app/stack/index/template.hbs @@ -23,6 +23,7 @@ body=model.instances search=true sortBy=sortBy + stickyHeader=false bulkActions=true showHost=false }} @@ -42,6 +43,7 @@ classNames="grid sortable-table" body=scalingGroups sortBy=sortBy + stickyHeader=false bulkActions=true fullRows=true pagingLabel="pagination.container" @@ -73,6 +75,7 @@ classNames="grid sortable-table" body=loadBalancers sortBy=sortBy + stickyHeader=false bulkActions=true fullRows=true pagingLabel="pagination.container" @@ -104,6 +107,7 @@ classNames="grid sortable-table" body=dnsServices sortBy=sortBy + stickyHeader=false bulkActions=true fullRows=true pagingLabel="pagination.container" diff --git a/app/styles/components/_accordion.scss b/app/styles/components/_accordion.scss index d4fa01ad3..98a91b9c2 100644 --- a/app/styles/components/_accordion.scss +++ b/app/styles/components/_accordion.scss @@ -14,8 +14,8 @@ $accordion-header-border: $bg-default; .accordion-header { @include no-select; - @extend .hand; @extend .bg-default; + @extend .hand; @extend .clearfix; background: $accordion-header; border: solid $accordion-header-border thin;