Revision 2c3ab694 ui/templates/list.html

b/ui/templates/list.html
24 24
                <div class="running">
25 25
                    <label> 
26 26
                        <input type="checkbox" class="instance" id={{ node.id }} />
27
                        <img src={{ node.thumb }} width="16" height="16" />
27
                        <img src="static/os_logos/{{ node.thumb }}" width="16" height="16" />
28 28
                        <span>{{ node.name }}</span> | 
29 29
                        <span>{{ node.public_ip }}</span> | 
30 30
                        group
......
41 41
                <div class="stopped">
42 42
                    <label> 
43 43
                        <input type="checkbox" class="instance" id={{ node.id }} />
44
                        <img src={{ node.thumb }} width="16" height="16" />
44
                        <img src="static/os_logos/{{ node.thumb }}" width="16" height="16" />
45 45
                        <span>{{ node.name }}</span> | 
46 46
                        <span>{{ node.public_ip }}</span> | 
47 47
                        group

Also available in: Unified diff