1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-19 21:39:40 +02:00
portainer/app/kubernetes/components/kubernetes-configuration-data/kubernetesConfigurationData.js
Ali b128139b69
fix(UI): PO review tweaks [EE-5776] (#9245)
Co-authored-by: testa113 <testa113>
2023-07-28 07:50:53 +12:00

13 lines
366 B
JavaScript

angular.module('portainer.kubernetes').component('kubernetesConfigurationData', {
templateUrl: './kubernetesConfigurationData.html',
controller: 'KubernetesConfigurationDataController',
bindings: {
formValues: '=',
isDockerConfig: '=',
onChangeValidation: '&',
isValid: '=',
isCreation: '=',
isEditorDirty: '=',
type: '<',
},
});