mirror of
https://github.com/tuxis-ie/nsedit.git
synced 2025-04-19 20:09:14 +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({
|
||||
title: 'Master/Native Zones',
|
||||
paging: true,
|
||||
|
@ -488,8 +487,12 @@ $(document).ready(function () {
|
|||
$('#MasterZones').jtable('load', {
|
||||
domsearch: $('#domsearch').val()
|
||||
});
|
||||
$('#SlaveZones').jtable('load', {
|
||||
domsearch: $('#domsearch').val()
|
||||
});
|
||||
});
|
||||
$('#MasterZones').jtable('load');
|
||||
$('#SlaveZones').jtable('load');
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
|
|
Loading…
Add table
Reference in a new issue