mirror of
https://github.com/PowerDNS-Admin/PowerDNS-Admin.git
synced 2026-04-25 00:35:52 +03:00
[GH-ISSUE #99] History information detail unreadable on large changes #65
Labels
No labels
bug / broken-feature
bug / broken-feature
docs / request
feature / request
help / other
mod / help-wanted
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/PowerDNS-Admin-PowerDNS-Admin#65
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @michielvisser on GitHub (Aug 4, 2016).
Original GitHub issue: https://github.com/PowerDNS-Admin/PowerDNS-Admin/issues/99
I just added a bunch of records to a domain. When I view the change history details for that edit, it is completely unreadable for humans:
System is based on CentOS 7, PowerDNS 3.4.8, latest commit of PowerDNS-admin.
@ngoduykhanh commented on GitHub (Aug 12, 2016):
They are printed in python's json format. Just a matter of displaying.
@ivanfilippov commented on GitHub (Aug 20, 2016):
@ngoduykhanh Are you thinking something like
pprint(https://docs.python.org/2/library/pprint.html)?@joachimtingvold commented on GitHub (Aug 21, 2016):
Something like #121?