demo index view, loading msg for datatables, hide views with no role
[plstackapi.git] / planetstack / core / xoslib / dashboards / index.html
1 <p>xoslib demo views</p>
2
3 <table>
4 <tr><td><a href="/dashboard/xosDeveloper/">xosDeveloper</a></td>
5 <td>Demonstrates using xoslib + marionette to render a list of slices</td>
6 </tr>
7
8 <tr><td><a href="/dashboard/xosDeveloper_datatables/">xosDeveloper_datatables</a></td>
9 <td>Demonstrates using xoslib + datatables to render a list of slices</td>
10 </tr>
11
12 <tr><td><a href="/dashboard/sliceEditor/">sliceEditor</a></td>
13 <td>Demonstrates how to commit data back to the data model using xoslib</td>
14 </tr>
15 </table>