Integrated angularjs with go api

This commit is contained in:
utkarshcmu
2016-01-24 21:39:30 -08:00
parent da67afa51e
commit 4c12703e0c
2 changed files with 15 additions and 15 deletions

View File

@@ -17,35 +17,35 @@
<tbody>
<tr>
<td>Total dashboards</td>
<td>213</td>
<td>{{stats.dashboard_count}}</td>
</tr>
<tr>
<td>Total users</td>
<td>97</td>
<td>{{stats.user_count}}</td>
</tr>
<tr>
<td>Total organizations</td>
<td>4</td>
<td>{{stats.org_count}}</td>
</tr>
<tr>
<td>Total datasources</td>
<td>{{stats.data_source_count}}</td>
</tr>
<tr>
<td>Total playlists</td>
<td>12</td>
<td>{{stats.playlist_count}}</td>
</tr>
<tr>
<td>Total snapshots</td>
<td>64</td>
<td>{{stats.db_snapshot_count}}</td>
</tr>
<tr>
<td>Total dashboard tags</td>
<td>15</td>
<td>{{stats.db_tag_count}}</td>
</tr>
<tr>
<td>Total starred dashboards</td>
<td>131</td>
</tr>
<tr>
<td>Total panels</td>
<td>2739</td>
<td>{{stats.starred_db_count}}</td>
</tr>
</tbody>
</table>