add user to test
diff --git a/planetstack/core/xoslib/dashboards/test.html b/planetstack/core/xoslib/dashboards/test.html
index 6e9fb5d..b15f4fd 100644
--- a/planetstack/core/xoslib/dashboards/test.html
+++ b/planetstack/core/xoslib/dashboards/test.html
@@ -440,6 +440,7 @@
<script type="text/template" id="test-user-list-template">
<table class="test-table">
<thead><tr>
+ <th>id</th>
<th>username</th>
<th>firstname</th>
<th>lastname</th>
@@ -463,7 +464,7 @@
</script>
<script type="text/template" id="test-user-detail-template">
- <h3>Detail View: Sliver</h3>
+ <h3>Detail View: User</h3>
<form>
<table>
<tr><td>User Name:</td><td><input type="text" name="username" value="<%= username %>"></td></tr>