summaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorStefan Wintermeyer <stefan.wintermeyer@amooma.de>2013-06-27 12:29:04 +0200
committerStefan Wintermeyer <stefan.wintermeyer@amooma.de>2013-06-27 12:29:04 +0200
commitace935fd2793b09925ab4b8a6b352585b5bdf3d2 (patch)
tree2d96ad4a82de25a9ab4e00129dea3f4c3777ecb7 /public
parentbdb14342dd502ea01a83a791bb51507a82522daf (diff)
Switchboard shows offline label when the SipAccount has no registration.
Diffstat (limited to 'public')
-rw-r--r--public/js/app.js1
1 files changed, 1 insertions, 0 deletions
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');