add user to test
authorScott Baker <smbaker@gmail.com>
Tue, 28 Oct 2014 22:07:40 +0000 (15:07 -0700)
committerScott Baker <smbaker@gmail.com>
Tue, 28 Oct 2014 22:07:40 +0000 (15:07 -0700)
planetstack/core/xoslib/dashboards/test.html

index 6e9fb5d..b15f4fd 100644 (file)
 <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>
 </script>
 
 <script type="text/template" id="test-user-detail-template">
-  <h3>Detail View: Sliver</h3>
+  <h3>Detail View: User</h3>
   <form>\r
   <table>\r
   <tr><td>User Name:</td><td><input type="text" name="username" value="<%= username %>"></td></tr>\r