mirror of
https://github.com/cwinfo/powerdns-admin.git
synced 2024-11-08 14:40:27 +00:00
Partially reverted a UX change on zone template record editor view to keep things working until it gets a full rebuild.
This commit is contained in:
parent
65b7b9a5c3
commit
be827c2362
@ -50,7 +50,8 @@
|
||||
<th>TTL</th>
|
||||
<th>Data</th>
|
||||
<th>Comment</th>
|
||||
<th>Actions</th>
|
||||
<th>Edit</th>
|
||||
<th>Delete</th>
|
||||
<th>ID</th>
|
||||
</tr>
|
||||
</thead>
|
||||
@ -80,6 +81,8 @@
|
||||
title="Edit Record">
|
||||
<i class="fa-solid fa-edit"></i>
|
||||
</button>
|
||||
</td>
|
||||
<td>
|
||||
<button type="button" class="btn btn-sm btn-danger button_delete"
|
||||
title="Delete Record">
|
||||
<i class="fa-solid fa-trash"></i>
|
||||
@ -135,14 +138,14 @@
|
||||
// hidden column so that we can add new records on top
|
||||
// regardless of whatever sorting is done. See orderFixed
|
||||
visible: false,
|
||||
targets: [7]
|
||||
targets: [8]
|
||||
},
|
||||
{
|
||||
className: "length-break",
|
||||
targets: [4, 5]
|
||||
}
|
||||
],
|
||||
"orderFixed": [[7, 'asc']]
|
||||
"orderFixed": [[8, 'asc']]
|
||||
});
|
||||
|
||||
// handle delete button
|
||||
|
Loading…
Reference in New Issue
Block a user