Commit Graph

15 Commits

Author SHA1 Message Date
Vincent Fiduccia c3e57dba59
Use norman for rke1 node delete (#3996) 2021-08-25 00:13:19 -07:00
Cody Jackson 2c1e67e7ca Now directly create and interact with norman bindings
Removed binding filtering and now just use norman bindings. The backend actually does the filtering when using norman.

https://github.com/rancher/dashboard/issues/3768#issuecomment-901827980
2021-08-20 09:28:38 -07:00
Richard Cox 5dff739587 Fix creation of group cluster and project template bindings
- make userPrincipal id/name properties generic in mgnt binding types
  - userPrincipalName becomes principalName
  - principalId comes from this.principalName || this.userPrincipalName || this.groupPrincipalName
- use principal to determine user/group and properties in norman to save
- removed properties in norman save bindings that weren't needed
2021-08-05 14:47:01 +01:00
Cody Jackson 578a4b8888 Adding cluster membership to the rke2 pages
rancher/dashboard#3183
2021-07-07 15:59:57 -07:00
Richard Cox 00969dc39b Warn before uninstall v1 monitoring when installing v2 monitoring
- Use a new generic prompt (displays customisable text and provides action to execute)
- Also fixed an issue where previous button was shown after uninstalling v1
2021-07-02 14:20:17 +01:00
Richard Cox 1fb24c323c Fixes after review
- Fixed display of pool template size/location
- Added i10n for missing pool template description
- Fixed some comments
2021-06-28 13:21:24 +01:00
Richard Cox 92d4e5e9af Add grouping and more info to the explorer kube node list
- Add POD stat to kube nodes table
- Group kube nodes by management node pools, describe pools as per old norman node pools
- Add Drain Node
- Add ability to hide table columns depending on window width
  - hide certain stats at certain widths
- Fixed an issue where RAM & CPU stats were reported strangely (multiplied over an above normal % only to be reduced to working % in formatter)
2021-06-24 13:33:45 +01:00
Cody Jackson 964c8f931f Migrating the project membership pages from ember to vue
rancher/dashboard#2673
2021-06-16 11:22:40 -07:00
Richard Cox 9b7f9234bb A few fixes/tweaks
- fix this.cluster vs cluster when calling action, also make sure params are part of body
- select first service automatically
- disable rotate button if no service selected (defensive, shouldn't be hit)
- show error in a banner
2021-06-10 12:36:09 +01:00
Neil MacDougall 4e4a4b05bf Address PR feedback 2021-06-10 11:20:57 +01:00
Neil MacDougall 68453cbd67 Resolve conflicts. Use PromptModal dialog. 2021-06-09 17:46:11 +01:00
Neil MacDougall e866503a4d A few simplifications following review 2021-06-08 15:17:18 +01:00
Neil MacDougall 302db9a9de Cluster: Add support for rotate encryption key action 2021-06-08 11:20:53 +01:00
Neil MacDougall 201ba84ae2 Address PR feedback 2021-06-03 12:05:37 +01:00
Neil MacDougall c8f6c1598b Use dyanmic import for dialogs 2021-06-02 09:12:02 +01:00