modelName in xos models, log window, deferred display of detail when collection not...
[plstackapi.git] / planetstack / core / xoslib / dashboards / xosAdminSite.html
index 95dd688..1096a2a 100644 (file)
@@ -20,8 +20,6 @@ nav
 </div>
 
 <div id="contentPanel">
-content
-
 <div id="detailBox">
 <div id="detail"></div>
 <div id="linkedObjs1"></div>
@@ -33,12 +31,13 @@ content
 </div>
 
 <div id="logPanel">
-log
-
-<div id="successBox">
-</div>
-<div id="errorBox">
-</div>
+<table id="logTable">
+<thead>
+<tr><th>status</th><th>operation</th><th>code</th><th>message</th></tr>
+</thead>
+<tbody>
+</tbody>
+</table>
 
 </div>