Revision 7dda8900 ui/templates/list.html

b/ui/templates/list.html
23 23
    <table>
24 24
        <thead> 
25 25
            <tr> 
26
                <th></th> 
27
                <th>OS</th> 
28
                <th>Name</th> 
29
                <th>IP</th> 
30
                <th>Group</th>
31
                <th>Status</th> 
26
                <th id="selection"></th> 
27
                <th id="os">OS</th> 
28
                <th id="name">Name</th> 
29
                <th id="ip">IP</th> 
30
                <th id="group">Group</th>
31
                <th id="status">Status</th> 
32 32
            </tr> 
33 33
        </thead> 
34 34
        <tbody class="running">
......
38 38
                <td><a class="name"><span class="name">node.name</span></a></td> 
39 39
                <td><a class="ip"><span class="public">node.public_ip</span></a></td>
40 40
                <td>group</td>
41
                <td class="status state">Running</td>    
41
                <td>Running</td>    
42 42
            </tr>
43 43
        </tbody>
44 44
    </table>
......
46 46
    <table>
47 47
        <thead> 
48 48
            <tr> 
49
                <th></th> 
50
                <th>OS</th> 
51
                <th>Name</th> 
52
                <th>IP</th> 
53
                <th>Group</th>
54
                <th>Status</th> 
55
            </tr> 
49
                <th id="selection"></th> 
50
                <th id="os">OS</th> 
51
                <th id="name">Name</th> 
52
                <th id="ip">IP</th> 
53
                <th id="group">Group</th>
54
                <th id="status">Status</th> 
55
            </tr>  
56 56
        </thead> 
57 57
        <tbody class="terminated"></tbody>
58 58
    </table>

Also available in: Unified diff