Loading public/js/app.js +1 −1 Original line number Diff line number Diff line Loading @@ -12,7 +12,7 @@ angular.module('cerebro', ['ngRoute', 'ngAnimate', 'ui.bootstrap']) controller: 'ConnectController' }) .when('/rest', { templateUrl: 'rest.html', templateUrl: 'rest/index.html', controller: 'RestController' }) .when('/aliases', { Loading public/rest.html→public/rest/index.html +2 −2 Original line number Diff line number Diff line Loading @@ -51,8 +51,8 @@ <span> <table class="table table-condensed"> <tr ng-repeat="h in history" class="normal-action" ng-click="loadRequest(h)"> <td style="width: 130px">{{h.created_at}}</td> <td style="width: 1%">{{h.method}}</td> <td style="width: 100px">{{h.created_at}}</td> <td style="width: 60px">{{h.method}}</td> <td>{{h.path}}</td> </tr> </table> Loading src/app/app.routes.js +1 −1 Original line number Diff line number Diff line Loading @@ -12,7 +12,7 @@ angular.module('cerebro', ['ngRoute', 'ngAnimate', 'ui.bootstrap']) controller: 'ConnectController' }) .when('/rest', { templateUrl: 'rest.html', templateUrl: 'rest/index.html', controller: 'RestController' }) .when('/aliases', { Loading Loading
public/js/app.js +1 −1 Original line number Diff line number Diff line Loading @@ -12,7 +12,7 @@ angular.module('cerebro', ['ngRoute', 'ngAnimate', 'ui.bootstrap']) controller: 'ConnectController' }) .when('/rest', { templateUrl: 'rest.html', templateUrl: 'rest/index.html', controller: 'RestController' }) .when('/aliases', { Loading
public/rest.html→public/rest/index.html +2 −2 Original line number Diff line number Diff line Loading @@ -51,8 +51,8 @@ <span> <table class="table table-condensed"> <tr ng-repeat="h in history" class="normal-action" ng-click="loadRequest(h)"> <td style="width: 130px">{{h.created_at}}</td> <td style="width: 1%">{{h.method}}</td> <td style="width: 100px">{{h.created_at}}</td> <td style="width: 60px">{{h.method}}</td> <td>{{h.path}}</td> </tr> </table> Loading
src/app/app.routes.js +1 −1 Original line number Diff line number Diff line Loading @@ -12,7 +12,7 @@ angular.module('cerebro', ['ngRoute', 'ngAnimate', 'ui.bootstrap']) controller: 'ConnectController' }) .when('/rest', { templateUrl: 'rest.html', templateUrl: 'rest/index.html', controller: 'RestController' }) .when('/aliases', { Loading