Search in slave zones too!

This commit is contained in:
Mark Schouten 2014-07-04 11:57:52 +02:00
parent 00d94bbf74
commit 503c409292

View file

@ -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>