Commit Graph

6 Commits

Author SHA1 Message Date
Francesco Torchia fab51d0be3
Delete message, list of items refactoring:
- Remove plusMore from dialogs and use a default one
- Fix double and string in resourceNames
- Fix pods remove dialog

Signed-off-by: Francesco Torchia <francesco.torchia@suse.com>
2025-02-25 11:20:00 +01:00
Giuseppe Leo 01eeb0548f
Add recommended lint rules globally (#8997)
* Update configuration

* Create default config for eslint

* Restore plugin:vue/recommended

* Add exceptions and overrides

* Correct manually remaining issues

* Adding further picked exceptions groupped up

* Fix or disable specific cases manually and singularly

* Add naming linting exception

* Remove unused variable in component

* Move rules to default

* Autocorrect rancher/components linting issues

* Configure VSCode to use multiple files, to display linting for rancher components

* Disable jest lint hook restriction for string list component

* Autofix
2023-06-23 17:02:55 +02:00
Phillip Rak 3d410d0974 Apply linter auto-fixes
Signed-off-by: Phillip Rak <rak.phillip@gmail.com>
2022-11-16 18:38:20 -07:00
Jordon Leach 69537ff8cb
Fix global role count with standard and admin users (#7184) 2022-10-14 10:59:29 +01:00
Jordon Leach b6dd1fcd42
Fix unique user count on bound user role deletion (#7061) 2022-09-30 17:46:46 -04:00
Alexandre Alves 2162c98c72
Display warning when custom role is deleted (#6757)
* fix merge conflicts

* load correct class on roletemplate model

* add logic to check role bindings before deletion to promptRemove component

* create promptRemove components specific for user roles deletion

* code cleanup

* code cleanup again

* address PR comments

Co-authored-by: Alexandre Alves <aalves@Alexandres-MBP.lan>
Co-authored-by: Alexandre Alves <aalves@Alexandres-MacBook-Pro.local>
2022-09-22 17:49:47 +01:00