mirror of
https://github.com/goharbor/harbor.git
synced 2024-12-03 23:54:00 +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'
|
|
]);
|
|
|
|
})(); |