angular.module('portainer.docker').component('devicesPanel', {
  templateUrl: './devices-panel.html',
  bindings: {
    devices: '<',
  },
});