Changeset 267


Ignore:
Timestamp:
03/07/12 15:23:25 (12 years ago)
Author:
Kris Deugau
Message:

/trunk

Minor UI fix on reverse record sorting; got val/IP and host
switched. Again.
See #26.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dns.cgi

    r266 r267  
    530530        distance => 'Distance', weight => 'Weight', port => 'Port', ttl => 'TTL');
    531531    } else {
    532       @cols = ('host', 'type', 'val', 'ttl');
     532      @cols = ('val', 'type', 'host', 'ttl');
    533533      %colheads = (host => 'IP Address', type => 'Type', val => 'Hostname', ttl => 'TTL');
    534534    }
Note: See TracChangeset for help on using the changeset viewer.