<% } else { %>
<% } %>
<% } %>
<% if (name.toLowerCase() != 'jaxer' || (name.toLowerCase() == 'jaxer' && commands.indexOf('disable') != -1)) { %>
<% if(status.toLowerCase() == 'running') { %>
<% } else if (status.toLowerCase() == 'stopped' || status.toLowerCase() == 'error') { %>
<% } else { %>
<%= status %>
<% } else { %>
<%= status %>
|
<% if(serverImage != '') { %>
|
<%= name.capitalize(); %> <%= (currentVersion != "0") ? currentVersion : ''; %>
<% if(currentVersion < newestVersion) { %>
<% info.each(function(info_item) { %>
<% }); %>
Upgrade to version <%= newestVersion %>
<% } else { %>
This is the latest version
<% } %>
|
|
<%= item.description %>
Revert to default... |
<% if(count % 2 == 1 && count != 0) { %><% } %> |