From df816580ebeb5cc82f3f7b7cc5e4f9f2e0293a64 Mon Sep 17 00:00:00 2001 From: Scott Baker Date: Tue, 28 Oct 2014 15:06:54 -0700 Subject: [PATCH] add user to test --- planetstack/core/xoslib/dashboards/test.html | 46 ++++++++++++++++++++ planetstack/core/xoslib/static/js/test.js | 5 +-- 2 files changed, 47 insertions(+), 4 deletions(-) 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(){ -- 2.47.0