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
search=true
sortBy=sortBy
stickyHeader=false
descending=descending
headers=headers
body=labelArray

View File

@ -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|}}

View File

@ -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

View File

@ -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"

View File

@ -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;