dashboard/shell/edit/networking.k8s.io.networkpo...
Richard Cox 9bbbeeddad Ensure PolicyRuleTarget updates in prod world
- vue watch -->  `handler:   'debouncedUpdateMatches'`, --> `debouncedUpdateMatches: debounce(this.updateMatches, 500)` seems broken in prod... but not dev
  -> yarn mem-dev --> fine
  -> yarn start:prod --> fail
- fix is just to unwrap it
- notes
  - `handler:   debounce(this.updateMatches, 500),` --> fails given `this` issues
  - `handler:   'updateMatches',` ==> works
  - i've had a look where we use debounced in data and use directly in watch handler... and these were the only places
2025-10-20 12:28:25 +01:00
..
__tests__ Integrate new label select filtering (#12919) 2025-05-28 11:17:25 +01:00
PolicyRule.vue Integrate new label select filtering (#12919) 2025-05-28 11:17:25 +01:00
PolicyRulePort.vue update all instances of LabeledInput using v-model.number to use v-model:value.number (#11902) 2024-09-19 14:46:37 -07:00
PolicyRuleTarget.vue Ensure PolicyRuleTarget updates in prod world 2025-10-20 12:28:25 +01:00
PolicyRules.vue Clean up data props in `networking.k8s.io.networkpolicy` 2025-07-21 13:40:47 -07:00
index.vue Clean up data props in `networking.k8s.io.networkpolicy` 2025-07-21 13:40:47 -07:00