Remove sticky headers from tables in accordions

This commit is contained in:
Westly Wright 2017-05-16 11:26:42 -07:00
parent 6840ec999a
commit 9f575f0745
No known key found for this signature in database
GPG Key ID: 4FAB3D8673DC54A3
5 changed files with 11 additions and 1 deletions

View File

@ -15,6 +15,7 @@
paging=false paging=false
search=true search=true
sortBy=sortBy sortBy=sortBy
stickyHeader=false
descending=descending descending=descending
headers=headers headers=headers
body=labelArray body=labelArray

View File

@ -123,6 +123,7 @@
sortBy=sortBy sortBy=sortBy
bulkActions=false bulkActions=false
rowActions=false rowActions=false
stickyHeader=false
pagingLabel="pagination.port" pagingLabel="pagination.port"
isVisible=parent.expanded isVisible=parent.expanded
headers=headers as |sortable kind port dt|}} headers=headers as |sortable kind port dt|}}
@ -187,6 +188,7 @@
searchText=searchText searchText=searchText
sortBy=sortBy sortBy=sortBy
bulkActions=false bulkActions=false
stickyHeader=false
pagingLabel="pagination.volume" pagingLabel="pagination.volume"
isVisible=parent.expanded isVisible=parent.expanded
headers=headers as |sortable kind mount dt|}} headers=headers as |sortable kind mount dt|}}

View File

@ -171,6 +171,7 @@
search=true search=true
paging=true paging=true
showHost=false showHost=false
stickyHeader=false
}} }}
{{/accordion-list-item}} {{/accordion-list-item}}
@ -190,6 +191,7 @@
paging=true paging=true
search=true search=true
sortBy=sortBy sortBy=sortBy
stickyHeader=false
descending=descending descending=descending
headers=portHeaders headers=portHeaders
body=model.host.displayEndpoints body=model.host.displayEndpoints
@ -249,6 +251,7 @@
paging=true paging=true
search=true search=true
sortBy=sortBy sortBy=sortBy
stickyHeader=false
descending=descending descending=descending
headers=storageHeaders headers=storageHeaders
body=nonRootVolumes body=nonRootVolumes

View File

@ -23,6 +23,7 @@
body=model.instances body=model.instances
search=true search=true
sortBy=sortBy sortBy=sortBy
stickyHeader=false
bulkActions=true bulkActions=true
showHost=false showHost=false
}} }}
@ -42,6 +43,7 @@
classNames="grid sortable-table" classNames="grid sortable-table"
body=scalingGroups body=scalingGroups
sortBy=sortBy sortBy=sortBy
stickyHeader=false
bulkActions=true bulkActions=true
fullRows=true fullRows=true
pagingLabel="pagination.container" pagingLabel="pagination.container"
@ -73,6 +75,7 @@
classNames="grid sortable-table" classNames="grid sortable-table"
body=loadBalancers body=loadBalancers
sortBy=sortBy sortBy=sortBy
stickyHeader=false
bulkActions=true bulkActions=true
fullRows=true fullRows=true
pagingLabel="pagination.container" pagingLabel="pagination.container"
@ -104,6 +107,7 @@
classNames="grid sortable-table" classNames="grid sortable-table"
body=dnsServices body=dnsServices
sortBy=sortBy sortBy=sortBy
stickyHeader=false
bulkActions=true bulkActions=true
fullRows=true fullRows=true
pagingLabel="pagination.container" pagingLabel="pagination.container"

View File

@ -14,8 +14,8 @@ $accordion-header-border: $bg-default;
.accordion-header { .accordion-header {
@include no-select; @include no-select;
@extend .hand;
@extend .bg-default; @extend .bg-default;
@extend .hand;
@extend .clearfix; @extend .clearfix;
background: $accordion-header; background: $accordion-header;
border: solid $accordion-header-border thin; border: solid $accordion-header-border thin;