mirror of
https://github.com/portainer/portainer.git
synced 2025-07-30 10:49:40 +02:00
9 lines
225 B
JavaScript
9 lines
225 B
JavaScript
|
angular.module('portainer.docker').component('hostDetailsPanel', {
|
||
|
templateUrl:
|
||
|
'app/docker/components/host-view-panels/host-details-panel/host-details-panel.html',
|
||
|
bindings: {
|
||
|
host: '<',
|
||
|
isAgent: '<'
|
||
|
}
|
||
|
});
|