ROUL
ROUL
**What kind of change does this PR introduce?** (check at least one) - [ ] Bugfix - [x] Feature - [ ] Code style update - [ ] Refactor -...
Editing key/Value is painful where value became long : especialy in ConfigMap  Why not adding an "Edit" button on the top right of the textarea  Which expand the...
After hours of fight, we finaly found that the header from config file where not set for proxied WS (as it is on http/s)... with this small fix, it works...
Using variables in some ways to set the color (or bg-color) is not reconized by `purifycss` even if they try to thing the more crazy things [https://github.com/purifycss/purifycss#detecting-the-use-of-button-active-1] So, always adding...
Some Keycload server use another signature algorithm than SHA256 (SHA512, ....) - this PR make user able to decide which to use.
Using Webpack 3.12.4 + vue-loader 17.4.2. Our practice is to split html and js (for maintenance purpose) Here is a simplified sample of what we have * index.vue ```` ````...