settings and project operations progress

This commit is contained in:
2018-07-18 20:40:02 -05:00
parent 5d59910424
commit 9a51c2b731
16 changed files with 195 additions and 1 deletions
+2
View File
@@ -9,6 +9,7 @@ pandaRouteSetup = (context) ->
# @route 'show'
@route 'dunlop-generator'
@route 'analysis'
@route 'operate'
@route 'project-instance', ->
@route 'show', path: ':project_instance_id', ->
@route 'groups'
@@ -19,6 +20,7 @@ pandaRouteSetup = (context) ->
@route 'show', path: ':project_instance_group_id'
@route 'project-instance-action', ->
@route 'show', path: ':project_instance_action_id'
#@route 'project/views', path: 'views'
context.route 'login'
#@route 'organization', path: 'organizations/:organization_id'
+1
View File
@@ -14,6 +14,7 @@ pandaRouteSetup = function(context) {
this.route('add-progress');
this.route('dunlop-generator');
this.route('analysis');
this.route('operate');
this.route('project-instance', function() {
return this.route('show', {
path: ':project_instance_id'