diff --git a/index.php b/index.php
index 016b325..5fe9e66 100644
--- a/index.php
+++ b/index.php
@@ -120,9 +120,7 @@ if (isset($templatelist)) {
@@ -162,6 +160,8 @@ $(document).ready(function () {
$('#Users').hide();
$('#MasterZones').show();
$('#SlaveZones').show();
+ $('#MasterZones').jtable('load');
+ $('#SlaveZones').jtable('load');
});
$('#Users').jtable({
title: 'Users',