mirror of
https://github.com/tuxis-ie/nsedit.git
synced 2025-07-22 19:33:34 +03:00
Merge remote-tracking branch 'origin/master' into issue-68
This commit is contained in:
commit
119e1376ee
4 changed files with 83 additions and 27 deletions
16
index.php
16
index.php
|
@ -619,6 +619,8 @@ $(document).ready(function () {
|
|||
'SRV': 'SRV',
|
||||
'SSHFP': 'SSHFP',
|
||||
'TLSA': 'TLSA',
|
||||
'DNAME': 'DNAME',
|
||||
'DS': 'DS'
|
||||
};
|
||||
}
|
||||
return {
|
||||
|
@ -626,6 +628,8 @@ $(document).ready(function () {
|
|||
'AAAA': 'AAAA',
|
||||
'CERT': 'CERT',
|
||||
'CNAME': 'CNAME',
|
||||
'DNAME': 'DNAME',
|
||||
'DS': 'DS',
|
||||
'LOC': 'LOC',
|
||||
'MX': 'MX',
|
||||
'NAPTR': 'NAPTR',
|
||||
|
@ -1330,6 +1334,18 @@ $(document).ready(function () {
|
|||
entry: $('#searchlogs-entry').val()
|
||||
});
|
||||
});
|
||||
<?php } else { ?>
|
||||
$('#AboutMe').hide();
|
||||
$('#aboutme').click(function () {
|
||||
$('#MasterZones').hide();
|
||||
$('#SlaveZones').hide();
|
||||
$('#AboutMe').show();
|
||||
});
|
||||
$('#zoneadmin').click(function () {
|
||||
$('#AboutMe').hide();
|
||||
$('#MasterZones').show();
|
||||
$('#SlaveZones').show();
|
||||
});
|
||||
|
||||
<?php } ?>
|
||||
$('#MasterZones').jtable('load');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue