mirror of
https://github.com/goharbor/harbor.git
synced 2024-12-04 08:03:37 +01:00
11 lines
167 B
JavaScript
11 lines
167 B
JavaScript
|
(function() {
|
||
|
|
||
|
'use strict';
|
||
|
|
||
|
angular
|
||
|
.module('harbor.layout.dashboard', [
|
||
|
'harbor.services.repository',
|
||
|
'harbor.services.log'
|
||
|
]);
|
||
|
|
||
|
})();
|