Skip to content
Snippets Groups Projects
Commit bb29bd78 authored by Mike Cohen's avatar Mike Cohen
Browse files

Removing a couple placeholders unlikely to be filled in for the near future. ...

Removing a couple placeholders unlikely to be filled in for the near future.  Would be great to get uptime but have no api for it right now.
parent eea5c331
No related branches found
No related tags found
No related merge requests found
<td><a href="/switch/<%= id %>"><%= id %></a></td><td></td><td></td><td><%= packetCount %></td><td><%= byteCount %></td><td><%= flowCount %></td>
<td><a href="/switch/<%= id %>"><%= id %></a></td><td><%= packetCount %></td><td><%= byteCount %></td><td><%= flowCount %></td>
......@@ -4,7 +4,7 @@
<h1>Switches (<%= nswitches %>)</h1>
</div>
<table class="table striped-table switch-table">
<thead><tr><th>DPID</th><th>IP Address</th><th>Uptime</th><th>Packets</th><th>Bytes</th><th>Flows</th></tr></thead>
<thead><tr><th>DPID</th><th>Packets</th><th>Bytes</th><th>Flows</th></tr></thead>
<tbody>
<!-- switches will be inserted here by SwitchListView:render -->
</tbody>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment