mirror of https://github.com/status-im/consul.git
parent
d9121a8d89
commit
2b7297c81d
|
@ -11,7 +11,7 @@ App.DcController = Ember.Controller.extend({
|
||||||
|
|
||||||
datacenter: function() {
|
datacenter: function() {
|
||||||
return this.get('content');
|
return this.get('content');
|
||||||
}.property('Content'),
|
}.property('content'),
|
||||||
|
|
||||||
checks: function() {
|
checks: function() {
|
||||||
var nodes = this.get('nodes');
|
var nodes = this.get('nodes');
|
||||||
|
|
Loading…
Reference in New Issue