|
@@ -144,7 +144,7 @@ export default DS.Model.extend({
|
|
|
|
|
|
masterNodeURL: function() {
|
|
|
var addr = encodeURIComponent(this.get("nodeHttpAddress"));
|
|
|
- return `#/yarn-node/${this.get("nodeId")}/${addr}/info/`;
|
|
|
+ return `#/yarn-node/${this.get("nodeId")}/${addr}/info`;
|
|
|
}.property("nodeId", "nodeHttpAddress"),
|
|
|
|
|
|
appAttemptContainerLogsURL: function() {
|