Revision 6b1c18d5 ui/static/synnefo.js

b/ui/static/synnefo.js
2383 2383
                $(el).data("ipstring", ip);
2384 2384
                $(el).text(match + get_short_v6(ip, parts_to_keep_from_end));
2385 2385
                $(el).attr("title", ip);
2386
                $(el).tooltip();
2386
                $(el).tooltip({'tipClass':'tooltip ipv6-tip', 'position': 'center center'});
2387 2387
            }
2388 2388
        } else {
2389 2389
            if (ip.indexOf(match) == 0) {

Also available in: Unified diff