Files
backroad/app/docker/components/dashboard-cluster-agent-info/dashboard-cluster-agent-info.js
2018-11-06 14:42:46 +02:00

5 lines
183 B
JavaScript

angular.module('portainer.docker').component('dashboardClusterAgentInfo', {
templateUrl: './dashboardClusterAgentInfo.html',
controller: 'DashboardClusterAgentInfoController'
});