mirror of https://github.com/portainer/portainer
8 lines
196 B
JavaScript
8 lines
196 B
JavaScript
|
angular.module('portainer.docker').component('devicesPanel', {
|
||
|
templateUrl:
|
||
|
'app/docker/components/host-view-panels/devices-panel/devices-panel.html',
|
||
|
bindings: {
|
||
|
devices: '<'
|
||
|
}
|
||
|
});
|