Available services
<% _.each( servicesDescription(), function( serviceDescription ) { %>
-
<%= serviceDescription.label %>:
-
<%= serviceDescription.url %>
<% } ); %>
Statistics
Dataset size
Note this may be slow and impose a significant load on large datasets:
<% if (countPerformed()) { %>
- graph name:
- triples:
<% _.each( counts(), function( n, g ) { %>
-
<%= g %>
-
<%= n %>
<% } ); %>
<% } %>
Ongoing operations
TBD. Will list any long-lasting operations that are ongoing or recently completed,
e.g. backups.