Commit 316c2e09 authored by Leonardo Menezes's avatar Leonardo Menezes
Browse files

moved rest html into folder

parent a82ebf55
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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', {
+2 −2
Original line number Diff line number Diff line
@@ -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>
+1 −1
Original line number Diff line number Diff line
@@ -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', {