mirror of
https://github.com/cwinfo/powerdns-admin.git
synced 2025-06-14 20:16:05 +00:00
Merge branch 'master' into record_adjustment
This commit is contained in:
@ -138,7 +138,7 @@
|
||||
"columnDefs": [
|
||||
{
|
||||
type: 'natural',
|
||||
targets: [0, 5]
|
||||
targets: [0, 4]
|
||||
},
|
||||
{
|
||||
// hidden column so that we can add new records on top
|
||||
@ -148,7 +148,7 @@
|
||||
},
|
||||
{
|
||||
className: "length-break",
|
||||
targets: [ 5 ]
|
||||
targets: [ 4, 5 ]
|
||||
}
|
||||
],
|
||||
"orderFixed": [[8, 'asc']]
|
||||
|
Reference in New Issue
Block a user