mirror of
https://github.com/portainer/portainer.git
synced 2025-07-24 15:59:41 +02:00
10 lines
245 B
JavaScript
10 lines
245 B
JavaScript
import angular from 'angular';
|
|
|
|
angular.module('portainer.kubernetes').component('kubernetesApplicationServicesTable', {
|
|
templateUrl: './services-table.html',
|
|
bindings: {
|
|
services: '<',
|
|
application: '<',
|
|
publicUrl: '<',
|
|
},
|
|
});
|