Pankaj Berde | c4ae4b8 | 2013-01-12 09:56:47 -0800 | [diff] [blame] | 1 | <div class="page-header"> |
| 2 | <h1>Flows (<%= nflows %>)</h1> |
| 3 | </div> |
| 4 | <table class="table table-striped flow-table"> |
| 5 | <thead><tr><th>Cookie</th><th>Priority</th><th>Match</th><th>Action</th><th>Packets</th><th>Bytes</th><th>Age</th><th>Timeout</th></tr></thead> |
| 6 | <tbody> |
| 7 | <!-- flows will be inserted here by FlowListView:render --> |
| 8 | </tbody> |
| 9 | </table> |
| 10 | <!-- TODO implement pagination --> |
| 11 | <!-- |
| 12 | <div class="pagination pagination-right"><ul> |
| 13 | <li><a href="">←</a></li> |
| 14 | <li class="active"><a href="">1</a></li> |
| 15 | <li><a href="">2</a></li> |
| 16 | <li><a href="">→</a> |
| 17 | </ul></div> |
| 18 | --> |
| 19 | |