Remove priority field

It's gone from PowerDNS 3.4.2 and later.
This commit is contained in:
Christian Hofstaedtler 2015-02-07 14:37:06 +01:00
parent 20eb8afa2b
commit adcaefda59
4 changed files with 3 additions and 32 deletions

View file

@ -155,8 +155,7 @@ tr.jtable-data-row td {
white-space: -o-pre-wrap; /* Opera 7 */
word-wrap: break-word;
}
tr.jtable-data-row td.ttl, tr.jtable-data-row td.priority,
.jtable-input input.ttl, .jtable-input input.priority {
tr.jtable-data-row td.ttl, .jtable-input input.ttl {
text-align: right;
}
tr.jtable-data-row td.content {