Revision e8f309fd

b/ui/static/main.css
797 797
    background-color:transparent;
798 798
}
799 799

  
800
div.running div.machine div.actions a.action-shutdown {
801
    display: block;
802
}
803

  
804 800
div.machine div.actions a.shutdown-padding {
805 801
    margin-bottom: 22px;
806 802
}
b/ui/static/synnefo.js
2116 2116

  
2117 2117
    var sel = function(s){return $(s, box)};
2118 2118

  
2119
    // reset texts
2120
    sel("h3 span.header-box").html("");
2121
    sel(".sub-text").html("");
2122
    sel(".password-container .password").html("");
2123
    sel("div.machine-now-building").html("");
2124
    
2125

  
2126
    // apply msg box contents
2119 2127
    sel("h3 span.header-box").html(config.title);
2120 2128
    sel("div.machine-now-building").html(config.content);
2121 2129
    sel(".popup-header").removeClass("popup-header-error");
......
2164 2172
                // load html body
2165 2173
                if (load_html) {
2166 2174
                    sel("div.machine-now-building").html(data);
2167
                    sel("div.machine-now-building").html(data);
2168 2175
                } else {
2169 2176

  
2170 2177
                    if (data.title)

Also available in: Unified diff