[%#
 This partial template displays the zone record for HTTPS.
%]
<div id="{{ zone_rec.id_prefix }}_detail_{{ zone_rec._id }}">
    <span>{{ zone_rec.priority }}</span>
    <span>{{ zone_rec.target }}</span>
    <span ng-if="zone_rec.params">{{ zone_rec.params }}</span>
</div>
