dashboard/shell/initialize
Richard Cox f97025c647 Remove console output from diagnostic page
- Follows on from
  - https://github.com/rancher/dashboard/pull/6603
  - https://github.com/rancher/dashboard/pull/6700
- To track messages the console methods were overwritten
- When the console methods were called, we would track message and then call the original console method
- Output into the standard browser console window was broken though
  - the inline stack trace for all logs is the place where the original console method is called
  - this was always `console.js`
- This causes issues whilst in development but also for logs coming from customers
- Investigate ways around this, but couldn't find anything nice
- short term solution is to remove the feature
2023-09-08 13:38:33 +01:00
..
App.js Remove process.x webpack config, add comments 2023-08-31 11:11:11 +01:00
client.js Remove process.x webpack config, add comments 2023-08-31 11:11:11 +01:00
index.js Remove console output from diagnostic page 2023-09-08 13:38:33 +01:00
layouts.ts Add the ability to import layouts from extensions 2023-07-07 13:53:57 -07:00