harbor/static/ng/resources/js/layout/log/log.module.js

8 lines
92 B
JavaScript

(function() {
'use strict';
angular
.module('harbor.layout.log', []);
})();