mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-18 08:15:16 +01:00
updates for repository in UI
This commit is contained in:
parent
285f4d8d9a
commit
1387030719
@ -0,0 +1,8 @@
|
||||
(function() {
|
||||
|
||||
'use strict';
|
||||
|
||||
angular
|
||||
.module('harbor.details');
|
||||
|
||||
})();
|
@ -2,6 +2,7 @@
|
||||
'use strict';
|
||||
angular
|
||||
.module('harbor.app', [
|
||||
'ngRoute',
|
||||
'harbor.services.user',
|
||||
'harbor.services.repository',
|
||||
'harbor.session',
|
||||
|
@ -51,7 +51,7 @@
|
||||
<script src="/static/ng/resources/js/components/details/retrieve-projects.directive.js"></script>
|
||||
|
||||
<script src="/static/ng/resources/js/components/repository/repository.module.js"></script>
|
||||
<script src="/static/ng/resources/js/components/repository/list-repository.controller.js"></script>
|
||||
<script src="/static/ng/resources/js/components/repository/list-repository.directive.js"></script>
|
||||
|
||||
<script src="/static/ng/resources/js/components/user/user.module.js"></script>
|
||||
<script src="/static/ng/resources/js/components/user/list-user.directive.js"></script>
|
||||
|
Loading…
Reference in New Issue
Block a user