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