Revision 4e8e2834 snf-cyclades-app/synnefo/ui/static/snf/js/ui/web/ui_main_view.js

b/snf-cyclades-app/synnefo/ui/static/snf/js/ui/web/ui_main_view.js
379 379
        set_handlers: function() {
380 380
            var self = this;
381 381
            this.pane_view_selector.find("a").hover(function(){
382
                // FIXME: title from href ? omg
383
                self.title.text($(this).attr("href"));
382
                self.title.text($(this).data("hover-title"));
384 383
            }, function(){
385 384
                self.title.text(self.parent.get_title());
386 385
            });

Also available in: Unified diff