|
@@ -52,7 +52,7 @@ Router.map(function() {
|
|
this.route('yarn-container-log',
|
|
this.route('yarn-container-log',
|
|
{ path: '/yarn-container-log/:node_id/:node_addr/:container_id/:filename' });
|
|
{ path: '/yarn-container-log/:node_id/:node_addr/:container_id/:filename' });
|
|
this.route('yarn-log-service',
|
|
this.route('yarn-log-service',
|
|
- { path: '/yarn-log-service/:cluster_id/:container_id/:filename' });
|
|
|
|
|
|
+ { path: '/yarn-log-service/cluster/:cluster_id/container/:container_id/user/:user_name/filename/:filename' });
|
|
|
|
|
|
this.route('yarn-deploy-service');
|
|
this.route('yarn-deploy-service');
|
|
this.route('cluster-overview');
|
|
this.route('cluster-overview');
|