jforman / binder

Django Web Admin Gui for manging BIND DNS Zones
129 stars 41 forks source link

Automatically select the default key for the current server when doing actions. #15

Closed Dunedan closed 9 years ago

Dunedan commented 9 years ago

This commit introduces automatic selection of the default TSIG key for all available actions (add, delete). For enabling that it has been necessary to provide the whole BindServer object to the template, which caused some additional changes.

I also took the opportunity to unify some styling (indentation, linebreaks) of the HTML templates.