1
0
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:
Benjamin Gamard
2018-01-28 12:44:11 +01:00
parent 0ab6c8e4b0
commit 17a94395f3
15 changed files with 430 additions and 111 deletions

View File

@@ -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;
});
};

View File

@@ -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>