1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-23 23:39:41 +02:00
portainer/app/kubernetes/views/summary/summary.js
zees-dev eae2f5c9fc
feat(kubernetes/summary): summary of k8s actions upon deploying/updating resources EE-436 (#5137)
* 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>
2021-06-10 10:38:23 +12:00

9 lines
247 B
JavaScript

angular.module('portainer.kubernetes').component('kubernetesSummaryView', {
templateUrl: './summary.html',
controller: 'KubernetesSummaryController',
controllerAs: '$ctrl',
bindings: {
formValues: '<',
oldFormValues: '<',
},
});