From ace935fd2793b09925ab4b8a6b352585b5bdf3d2 Mon Sep 17 00:00:00 2001 From: Stefan Wintermeyer Date: Thu, 27 Jun 2013 12:29:04 +0200 Subject: Switchboard shows offline label when the SipAccount has no registration. --- public/js/app.js | 1 + 1 file changed, 1 insertion(+) (limited to 'public') diff --git a/public/js/app.js b/public/js/app.js index 531e4b8..6d4ba65 100644 --- a/public/js/app.js +++ b/public/js/app.js @@ -127,6 +127,7 @@ App.SipAccount = DS.Model.extend({ phoneNumbers: DS.hasMany('App.PhoneNumber'), callerName: DS.attr('string'), authName: DS.attr('string'), + is_registrated: DS.attr('boolean'), phoneNumberShortList: Ember.computed(function() { var phoneNumbers = this.get('phoneNumbers'); -- cgit v1.2.3