mirror of
https://github.com/sismics/docs.git
synced 2025-12-22 14:11:39 +00:00
#159: route model api
This commit is contained in:
@@ -12,7 +12,7 @@ angular.module('docs').controller('SettingsWorkflow', function($scope, $state, R
|
||||
sort_column: 1,
|
||||
asc: true
|
||||
}).then(function(data) {
|
||||
$scope.workflows = data.workflows;
|
||||
$scope.workflows = data.routemodels;
|
||||
});
|
||||
};
|
||||
|
||||
|
||||
@@ -43,7 +43,7 @@
|
||||
<a href="#/group/{{ log.message }}">{{ log.message }}</a>
|
||||
</span>
|
||||
<span ng-switch-when="RouteModel">
|
||||
<a href="#/settings/workflow/eidt/{{ log.target }}">{{ log.message }}</a>
|
||||
<a href="#/settings/workflow/edit/{{ log.target }}">{{ log.message }}</a>
|
||||
</span>
|
||||
</span>
|
||||
</td>
|
||||
|
||||
Reference in New Issue
Block a user