portainer/app/kubernetes/views/applications/edit/components/services-table/services-table.js

11 lines
245 B
JavaScript

import angular from 'angular';
angular.module('portainer.kubernetes').component('kubernetesApplicationServicesTable', {
templateUrl: './services-table.html',
bindings: {
services: '<',
application: '<',
publicUrl: '<',
},
});