<% if ((typeof title !== 'undefined') && (title.length > 0)) { %>
<%= title %>
<% } %>
<% if (typeof config === 'undefined') { %>
Loading...
<% } else { %>
| ID: | <%= id %> |
| Name: | <%= name !== undefined ? name : "" %> |
| Spec: | <%= spec !== undefined ? spec : "" %> |
| Configuration Key |
Value |
<% _.each(config, function(value, key){ %>
| <%- key%> |
<%- value%> |
<% }); %>
No special configuration set
<% } %>