Revision 807a0305 snf-cyclades-app/synnefo/ui/static/snf/js/ui/web/ui_single_view.js

b/snf-cyclades-app/synnefo/ui/static/snf/js/ui/web/ui_single_view.js
273 273
              collection: vm.ports, 
274 274
              container: ports_container,
275 275
              parent: this,
276
              truncate: 55
276
              truncate: 50
277 277
            });
278 278
            this.ports_views[vm.id] = ports_view
279 279
            ports_view.show();
......
385 385
            if (vm != this.current_vm_instance) { return };
386 386

  
387 387
            // truncate name
388
            el.find(".machine-detail.name").text(util.truncate(vm.get("name"), 35));
388
            el.find(".machine-detail.name").text(util.truncate(vm.get("name"), 53));
389 389
            el.find(".fqdn").text(vm.get("fqdn"));
390 390
            // set the state (i18n ??)
391 391
            el.find(".state-label").text(STATE_TEXTS[vm.state()]);

Also available in: Unified diff