Revision ffe60d9d ui/templates/alt_instances.html

b/ui/templates/alt_instances.html
9 9
</div>
10 10

  
11 11
<div id="instancesview" class="standard">
12

  
12 13
    <div class="running">
13 14
        {% for node in nodes %}
14 15
            {% if node.state == '3' %} 
......
238 239
$("#list").click(function(event){
239 240
    $("div#instancesview").load($("#list").attr("href"));
240 241
    $("a#standard")[0].className += ' activelink'
241
    this.style.color = '#999999';
242
    this.style.color = '#5f8dd3';
242 243
    return false;
243 244
});
244 245

  

Also available in: Unified diff