Retab files.
This commit is contained in:
parent
2fbd016595
commit
ccc6e3bd2e
4 changed files with 91 additions and 94 deletions
|
@ -7,8 +7,6 @@ quayApp = angular.module('quay', ['restangular']).
|
|||
when('/repository/', {title: 'Repositories', templateUrl: '/static/partials/repo-list.html', controller: RepoListCtrl}).
|
||||
when('/', {title: 'Quay', templateUrl: '/static/partials/landing.html', controller: LandingCtrl}).
|
||||
otherwise({redirectTo: '/'});
|
||||
|
||||
//$locationProvider.html5Mode(true);
|
||||
}]).
|
||||
config(function(RestangularProvider) {
|
||||
RestangularProvider.setBaseUrl('/api/');
|
||||
|
|
|
@ -31,7 +31,6 @@
|
|||
</li>
|
||||
</ul>
|
||||
</span>
|
||||
|
||||
</li>
|
||||
<li class="active"><a href="javascript:void(0)">Current Image</a></li>
|
||||
<li><a href="javascript:void(0)">Image History</a></li>
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
<!-- Collapsable stuff -->
|
||||
<div class="collapse navbar-collapse navbar-ex1-collapse">
|
||||
<ul class="nav navbar-nav">
|
||||
<li><a ng-href="/repository">Repositories</a></li>
|
||||
<li><a ng-href="#/repository/">Repositories</a></li>
|
||||
</ul>
|
||||
|
||||
|
||||
|
|
Reference in a new issue