Skip to content
Snippets Groups Projects
Commit b66d21fb authored by abat's avatar abat
Browse files

Merge into master from pull request #104:

    topology ui: show vendor names in switch view  (https://github.com/floodlight/floodlight/pull/104)
parents 660d398c 19a9223e
No related branches found
No related tags found
No related merge requests found
<td><a href="/switch/<%= id %>"><%= id %></a></td><td><%= packetCount %></td><td><%= byteCount %></td><td><%= flowCount %></td>
<td><a href="/switch/<%= id %>"><%= id %></a></td><td><%= manufacturerDescription %><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>Packets</th><th>Bytes</th><th>Flows</th></tr></thead>
<thead><tr><th>DPID</th><th>Vendor</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