mirror of
https://github.com/cwinfo/powerdns-admin.git
synced 2025-06-14 12:06:06 +00:00
Merge branch 'master' into record_adjustment
This commit is contained in:
@ -62,10 +62,10 @@
|
||||
<td>
|
||||
{{ record.ttl }}
|
||||
</td>
|
||||
<td class="length-break">
|
||||
<td>
|
||||
{{ record.data }}
|
||||
</td>
|
||||
<td class="length-break">
|
||||
<td>
|
||||
{{ record.comment }}
|
||||
</td>
|
||||
<td width="6%">
|
||||
@ -123,7 +123,7 @@
|
||||
"columnDefs": [
|
||||
{
|
||||
type: 'natural',
|
||||
targets: [0, 5]
|
||||
targets: [0, 4]
|
||||
},
|
||||
{
|
||||
// hidden column so that we can add new records on top
|
||||
@ -133,7 +133,7 @@
|
||||
},
|
||||
{
|
||||
className: "length-break",
|
||||
targets: [ 5 ]
|
||||
targets: [ 4, 5 ]
|
||||
}
|
||||
],
|
||||
"orderFixed": [[8, 'asc']]
|
||||
|
Reference in New Issue
Block a user