mirror of
https://github.com/tuxis-ie/nsedit.git
synced 2025-05-02 21:52:26 +03:00
Search in slave zones too!
This commit is contained in:
parent
00d94bbf74
commit
503c409292
1 changed files with 4 additions and 1 deletions
|
@ -285,7 +285,6 @@ $(document).ready(function () {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
$('#SlaveZones').jtable('load');
|
|
||||||
$('#MasterZones').jtable({
|
$('#MasterZones').jtable({
|
||||||
title: 'Master/Native Zones',
|
title: 'Master/Native Zones',
|
||||||
paging: true,
|
paging: true,
|
||||||
|
@ -488,8 +487,12 @@ $(document).ready(function () {
|
||||||
$('#MasterZones').jtable('load', {
|
$('#MasterZones').jtable('load', {
|
||||||
domsearch: $('#domsearch').val()
|
domsearch: $('#domsearch').val()
|
||||||
});
|
});
|
||||||
|
$('#SlaveZones').jtable('load', {
|
||||||
|
domsearch: $('#domsearch').val()
|
||||||
|
});
|
||||||
});
|
});
|
||||||
$('#MasterZones').jtable('load');
|
$('#MasterZones').jtable('load');
|
||||||
|
$('#SlaveZones').jtable('load');
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
</body>
|
</body>
|
||||||
|
|
Loading…
Add table
Reference in a new issue