|
@@ -30,7 +30,6 @@ export default DS.Model.extend({
|
|
finishedTime: DS.attr("finishedTime"),
|
|
finishedTime: DS.attr("finishedTime"),
|
|
progress: DS.attr("number"),
|
|
progress: DS.attr("number"),
|
|
diagnostics: DS.attr("string"),
|
|
diagnostics: DS.attr("string"),
|
|
- amContainerLogs: DS.attr("string"),
|
|
|
|
amHostHttpAddress: DS.attr("string"),
|
|
amHostHttpAddress: DS.attr("string"),
|
|
masterNodeId: DS.attr("string"),
|
|
masterNodeId: DS.attr("string"),
|
|
logAggregationStatus: DS.attr("string"),
|
|
logAggregationStatus: DS.attr("string"),
|
|
@@ -97,10 +96,6 @@ export default DS.Model.extend({
|
|
);
|
|
);
|
|
}.property("memorySeconds", "vcoreSeconds"),
|
|
}.property("memorySeconds", "vcoreSeconds"),
|
|
|
|
|
|
- masterNodeURL: function() {
|
|
|
|
- return `#/yarn-node/${this.get("masterNodeId")}/${this.get("amHostHttpAddress")}/info/`;
|
|
|
|
- }.property("masterNodeId", "amHostHttpAddress"),
|
|
|
|
-
|
|
|
|
progressStyle: function() {
|
|
progressStyle: function() {
|
|
return "width: " + this.get("progress") + "%";
|
|
return "width: " + this.get("progress") + "%";
|
|
}.property("progress"),
|
|
}.property("progress"),
|