mirror of
https://github.com/goharbor/harbor
synced 2025-04-22 12:18:35 +00:00
10 lines
127 B
JavaScript
10 lines
127 B
JavaScript
(function() {
|
|
|
|
'use strict';
|
|
|
|
angular
|
|
.module('harbor.user.log', [
|
|
'harbor.services.log'
|
|
]);
|
|
|
|
})(); |