mirror of
https://github.com/portainer/portainer.git
synced 2025-07-23 23:39:41 +02:00
* feat EE-440/EE-436 kubernetes-resources-summary-panel * bugfix: returning created resources after update * fixed patch based bugs - displaying accurate updates for k8s resources Co-authored-by: Simon Meng <simon.meng@portainer.io>
9 lines
247 B
JavaScript
9 lines
247 B
JavaScript
angular.module('portainer.kubernetes').component('kubernetesSummaryView', {
|
|
templateUrl: './summary.html',
|
|
controller: 'KubernetesSummaryController',
|
|
controllerAs: '$ctrl',
|
|
bindings: {
|
|
formValues: '<',
|
|
oldFormValues: '<',
|
|
},
|
|
});
|