Skip to content
Snippets Groups Projects
flow-list.html 744 B
Newer Older
  • Learn to ignore specific revisions
  • Wes Felter's avatar
    Wes Felter committed
    <div class="page-header">
    
    Wes Felter's avatar
    Wes Felter committed
        <h1>Flows (<%= nflows %>)</h1>
    
    Wes Felter's avatar
    Wes Felter committed
    </div>
    
    <table class="table table-striped flow-table">
    
        <thead><tr><th>Cookie</th><th>Priority</th><th>Match</th><th>Apply Actions</th><th>Write Actions</th><th>Clear Actions</th><th>Goto Group</th><th>Goto Meter</th><th>Write Metadata</th><th>Experimenter</th><th>Packets</th><th>Bytes</th><th>Age</th><th>Timeout</th></tr></thead>
    
    Wes Felter's avatar
    Wes Felter committed
        <tbody>
            <!-- flows will be inserted here by FlowListView:render -->
        </tbody>
    
    Wes Felter's avatar
    Wes Felter committed
    </table>
    <!-- TODO implement pagination -->
    <!-- 
    <div class="pagination pagination-right"><ul>
    
    Wes Felter's avatar
    Wes Felter committed
        <li><a href="">&larr;</a></li>
        <li class="active"><a href="">1</a></li>
        <li><a href="">2</a></li>
        <li><a href="">&rarr;</a>
    
    Wes Felter's avatar
    Wes Felter committed
    </ul></div>
     -->