mirror of
https://github.com/portainer/portainer.git
synced 2025-07-28 09:49:40 +02:00
5 lines
153 B
JavaScript
5 lines
153 B
JavaScript
|
angular.module('portainer.docker').component('hostView', {
|
||
|
templateUrl: 'app/docker/views/host/host-view.html',
|
||
|
controller: 'HostViewController'
|
||
|
});
|