mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-28 21:25:55 +01:00
12 lines
200 B
JavaScript
12 lines
200 B
JavaScript
|
(function() {
|
||
|
|
||
|
'use strict';
|
||
|
|
||
|
angular
|
||
|
.module('harbor.layout.dashboard', [
|
||
|
'harbor.services.project',
|
||
|
'harbor.services.repository',
|
||
|
'harbor.services.log'
|
||
|
]);
|
||
|
|
||
|
})();
|