Commit Graph

3 Commits

Author SHA1 Message Date
Evgeniya Vashkevich 931648167a
Fixed edit as yaml not working (#11803) 2024-09-05 14:29:23 -07:00
Cody Jackson d5ce4fff2e Run the vue3 migration script
Commands run:

➤ yarn migrate
➤ git clean -fdx
➤ nvm use 20
➤ yarn
2024-08-22 16:05:36 -07:00
Alexandre Alves 92c81e6d14
provide interface to edit node name (custom name) for RKE1 nodes (#6367)
* provide interface to edit node name for RKE1 nodes

* prevent cluster member to go to edit because they don't have the correct permissions

* Switch to using standard done routing
- to support normal cancel/submit routing there's a number of 'done' style props/methods
- normally these are straight forward, in this case though we go back to the detail location of a different resource
- this should have worked already for cancel (doneOverride) but there was a regression
- to get this working for submit the `done()` was added which works with the components doneLocationOverride
- there's some tech debt in master atm, model doneOverride should be renamed. component doneLocationOverride should move to the model.
  Addressing this though would be troublesome though

Co-authored-by: Alexandre Alves <aalves@Alexandres-MBP.lan>
Co-authored-by: Richard Cox <richard.cox@suse.com>
2022-07-15 18:50:46 +01:00