Commit Graph

6 Commits

Author SHA1 Message Date
Nancy 002c984e0f
refactor promptModal component props (#7435)
* use modalData.componentProps to pass props to custom modal components

* linting errors
2022-12-06 09:41:17 -07:00
Giuseppe Leo d2d4122bc0
Review HTML formatting rules (#6805)
* Prevent ESLint to format generated paths

* Add HTML ESLint Rules

* Format all the Vue HTML templates except Harvester

* Exclude Harvester package from linting HTML, keeping old formatting rules
2022-11-11 17:04:22 +01:00
Jordon Leach e8269d603f
Use display name of cluster for diagnostic page (#7304) 2022-10-31 08:04:10 -04:00
Jordon Leach ed147a39d8
Enhancements for diagnostic page (#6990)
* Enhancements for diagnostic page - add modal for response timings

Remove diagnostics title

Fix header alignment

* PR feedback

* Style updates

* Add translations for plural cluster count

* Fix deviceMemory and platform system info strings
2022-10-04 10:48:55 -04:00
Richard Cox cbc362a268 Fix error on diagnostic page on navigate away
- The download diagnostics button would clean the store before saving
- The issue was it was cleaning the actual store, resulting in all resources being lost
- We now flip the logic to save allowed properties to a new object, so the original store should be untouched
2022-08-15 15:59:00 +01:00
Alexandre Alves b639bdb7aa
Create `diagnostic` page (#6603)
* Adds diagnostic page, accessible via the about page

Co-authored-by: Alexandre Alves <aalves@Alexandres-MacBook-Pro.local>
Co-authored-by: Alexandre Alves <aalves@Alexandres-MBP.lan>
Co-authored-by: Richard Cox <richard.cox@suse.com>
2022-08-05 14:22:30 +01:00