colored log table, save button returns to list
diff --git a/planetstack/core/xoslib/templates/xosAdmin.html b/planetstack/core/xoslib/templates/xosAdmin.html
index ee974f6..d543502 100644
--- a/planetstack/core/xoslib/templates/xosAdmin.html
+++ b/planetstack/core/xoslib/templates/xosAdmin.html
@@ -22,17 +22,8 @@
<button class="btn btn-default btn-xosnav" onclick="<%= router %>.navigate('<%= routeUrl %>', {trigger: true})"><%= name %></button><br>
</script>
-<script type="text/template" id="xos-log-template">
- <tr id="<%= logMessageId %>">
- <td><%= success %></td>
- <td><%= what %></td>
- <td><%= status %></td>
- <td><%= statusText %></td>
- </tr>
-</script>
-
<script type="text/template" id="xos-status-template">
- <%= what %>: [<%= success %>] <%= statusText %> (<%= status %>)
+ <div class="xos-status xos-<%= statusclass %>"><%= what %>: <%= statusText %> (<%= status %>)</div>
</script>
<script type="text/template" id="xos-tabs-template">