mirror of https://github.com/rancher/ui.git
Remove sticky headers from tables in accordions
This commit is contained in:
parent
6840ec999a
commit
9f575f0745
|
|
@ -15,6 +15,7 @@
|
|||
paging=false
|
||||
search=true
|
||||
sortBy=sortBy
|
||||
stickyHeader=false
|
||||
descending=descending
|
||||
headers=headers
|
||||
body=labelArray
|
||||
|
|
|
|||
|
|
@ -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|}}
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue