Revision f4ee383f

b/snf-cyclades-app/synnefo/ui/static/snf/js/ui/web/ui_icon_view.js
176 176
                window.setTimeout(function() {$(self.view).trigger("resize")}, 300);
177 177
            }, this));
178 178

  
179

  
180
            this.$(".stats-report").click(_.bind(function(e){
179
            
180
            this.vm_view.find(".stats-report").click(_.bind(function(e){
181 181
                e.preventDefault();
182 182
                snf.ui.main.show_vm_details(this.vm);
183 183
            }, this))

Also available in: Unified diff