diff --git a/admin/tools/users.tool b/admin/tools/users.tool index d87d3602f878defa7e44ab573762927944ea74ee..29eccb1bf3103a879be924ae12caf33bf0d5bb84 100644 --- a/admin/tools/users.tool +++ b/admin/tools/users.tool @@ -1 +1,15 @@ -<h1>Test</h1> \ No newline at end of file +<div class="users"> + +</div> +<style> + .users { + width: 100%; + height: 100%; + } +</style> +<script type="text/javascript"> + amivcore.users.GET({}, function(ret){ + console.log(ret); + $('.users').html(JSON.stringify(ret)); + }); +</script> \ No newline at end of file