From: Scott Baker Date: Tue, 28 Oct 2014 22:06:54 +0000 (-0700) Subject: add user to test X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=df816580ebeb5cc82f3f7b7cc5e4f9f2e0293a64;p=plstackapi.git add user to test --- diff --git a/planetstack/core/xoslib/dashboards/test.html b/planetstack/core/xoslib/dashboards/test.html index 98cc0c1..6e9fb5d 100644 --- a/planetstack/core/xoslib/dashboards/test.html +++ b/planetstack/core/xoslib/dashboards/test.html @@ -48,6 +48,10 @@
+

Users

+
+
+
@@ -431,5 +435,47 @@ + + + + + + + + + diff --git a/planetstack/core/xoslib/static/js/test.js b/planetstack/core/xoslib/static/js/test.js index 10626d7..fff0df3 100644 --- a/planetstack/core/xoslib/static/js/test.js +++ b/planetstack/core/xoslib/static/js/test.js @@ -45,7 +45,7 @@ TestApp.showError = function(result) { }; TestApp.on("start", function() { - var objs = ['deployment', 'image', 'networkTemplate', 'network', 'node', 'service', 'site', 'slice', 'sliver']; + var objs = ['deployment', 'image', 'networkTemplate', 'network', 'node', 'service', 'site', 'slice', 'sliver', 'user']; for (var index in objs) { name = objs[index]; @@ -126,9 +126,6 @@ TestApp.on("start", function() { $('#close-detail-view').unbind().bind('click', function() { $('#detailBox').hide(); }); - -// $('#detailBox').hide(); -// $('#errorBox').hide(); }); $(document).ready(function(){