Revision 397cd173 snf-cyclades-app/synnefo/ui/static/snf/js/ui/web/ui_create_view.js

b/snf-cyclades-app/synnefo/ui/static/snf/js/ui/web/ui_create_view.js
1573 1573
            this.name = this.$("h3.vm-name");
1574 1574
            this.keys = this.$(".confirm-params.ssh");
1575 1575
            this.meta = this.$(".confirm-params.meta");
1576
            this.project = this.$(".confirm-cont.image .project-title");
1576 1577
            this.ip_addresses = this.$(".confirm-params.ip-addresses");
1577 1578
            this.private_networks = this.$(".confirm-params.private-networks");
1578 1579
            this.init_handlers();
......
1694 1695
            this.update_image_details();
1695 1696
            this.update_flavor_details();
1696 1697
            this.update_network_details();
1698
            
1699
            var project_name = this.get_project().get('name');
1700
            project_name = util.truncate(project_name, 25);
1701
            this.project.text(project_name);
1697 1702

  
1698 1703
            if (!params.image.supports('ssh')) {
1699 1704
                this.keys.hide();

Also available in: Unified diff