data-dashboard
Version:
A data-driven dashboard console for report widgets
17 lines (16 loc) • 497 B
HTML
<web-app-widget-body id=network-endpoints class=dna-template>
<figure>
<table>
<thead>
<tr><th>Name</th><th>REST base</th><th>Documentation</th></tr>
</thead>
<tbody>
<tr data-array=~~endpoints~~>
<td>~~name~~</td>
<td><code>~~base~~</code></td>
<td><a href=~~docs~~ class=external-site>~~docs~~</a></td>
</tr>
</tbody>
</table>
</figure>
</web-app-widget-body>