Revision f8df95f9

b/snf-cyclades-app/synnefo/ui/static/snf/js/models.js
1336 1336
        },
1337 1337
        
1338 1338
        get_hostname: function() {
1339
          return = this.get_meta('hostname') || this.get('fqdn') || synnefo.config.no_fqdn_message;
1339
          return this.get_meta('hostname') || this.get('fqdn') || synnefo.config.no_fqdn_message;
1340 1340
        },
1341 1341

  
1342 1342
        // get actions that the user can execute

Also available in: Unified diff