mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-16 11:52:04 +02:00
More cleanup and showing version in ds web gui
This commit is contained in:
parent
7c4813f1cf
commit
b345d75e4d
2 changed files with 3 additions and 2 deletions
|
@ -9,6 +9,7 @@
|
|||
<thead>
|
||||
<tr>
|
||||
<th>Type</th>
|
||||
<th>Version</th>
|
||||
<th>UUID</th>
|
||||
<th>Pool</th>
|
||||
<th>Username</th>
|
||||
|
@ -24,6 +25,7 @@
|
|||
<% _.each(nodes, function(node, node_index){ %>
|
||||
<tr>
|
||||
<td><%- node.type %></td>
|
||||
<td><%- node.version %></td>
|
||||
<td><a href="stats/?uuid=<%- node.uuid %>"><%- node.uuid %></a></td>
|
||||
<td><%- node.pool %></td>
|
||||
<td><%- node.username %></td>
|
||||
|
@ -75,4 +77,4 @@
|
|||
<!--#include file="footer.html"-->
|
||||
<script src='js/underscore-min.js'></script>
|
||||
<script src='js/tables.js'></script>
|
||||
<!--#include file="page-end.html"-->
|
||||
<!--#include file="page-end.html"-->
|
||||
|
|
|
@ -13,7 +13,6 @@
|
|||
#include "SharedUtil.h"
|
||||
#include "UUID.h"
|
||||
|
||||
#include <QtCore/QCoreApplication>
|
||||
#include <QtCore/QDataStream>
|
||||
|
||||
#include <ApplicationVersion.h>
|
||||
|
|
Loading…
Reference in a new issue