1. 21 4月, 2020 1 次提交
  2. 17 4月, 2020 1 次提交
  3. 16 4月, 2020 1 次提交
    • M
      Improve styling method (#5059) · 9c3e75eb
      Marcin Maciaszczyk 提交于
      * Refactor styling method
      
      * Further improvements
      
      * Align search location
      
      * Alignments in the toolbars
      
      * Change age column to created
      
      * Make status icon smaller
      
      * Further improvements
      
      * Add hover effect to icon buttons
      
      * Remove expand button from non-expandable cards
      9c3e75eb
  4. 14 4月, 2020 3 次提交
  5. 03 4月, 2020 1 次提交
    • G
      Inline edit secret enhancements (#5046) · cb2c4cce
      Gregg B. Jensen 提交于
      * Completed toggling between visible read-only and edit for inline secret.
      
      * Changed inline edit button for secret to blue with border.
      
      * Added auto-size textarea for multi-line and input for single line secret editing.
      
      * Ran fontend fixes.
      
      * Added enableEdit flag to HiddenPropertyComponent.
      
      * Improve styling and behavior
      Co-authored-by: NSebastian Florek <sebastian.florek@loodse.com>
      cb2c4cce
  6. 01 4月, 2020 1 次提交
    • G
      Implemented inline editing for data entries on Secrets page. (#5040) · 7208845f
      Gregg Jensen 提交于
      * Implemented inline editing for data entries on Secrets page.
      
      * Fixed cancelling inline edit of secret data not returning to original.
      
      * Added ending newline to style.scss.
      
      * Fixed CSS property sort order, and applying update to current page with secret.
      
      * Fixed HTML alignment for build.
      7208845f
  7. 26 3月, 2020 2 次提交
  8. 20 3月, 2020 2 次提交
  9. 16 3月, 2020 1 次提交
  10. 12 3月, 2020 1 次提交
  11. 05 3月, 2020 1 次提交
  12. 29 2月, 2020 1 次提交
  13. 28 2月, 2020 1 次提交
    • S
      Migrate angular to v9 (#4930) · 4cab78ce
      Sebastian Florek 提交于
      * Bump required node version
      
      * Migrate angular from v8 to v9
      
      * Bump rest of dependencies
      
      * Bump angular material
      
      * Update tsconfig
      
      * Fix ace editor
      
      * Cleanup
      
      * Fix i18n
      4cab78ce
  14. 20 2月, 2020 1 次提交
    • S
      Set default login mode to first authentication-mode option (#4921) · a8e3d616
      Shu Muto 提交于
      * Set default login mode to first authentication-mode option
      
      authentication-mode options specified in backend, i.e. `token` (default),
      `basic` or both, are retrieved from frontend, and login mode selections
      are set in order of the options specified.
      
      But `Kubeconfig` is set as default in frontend for now.
      
      This commit enables to set default selection by operator's specification
      of authentication-mode.
      
      * Simplify logic
      
      * Fix test
      Co-authored-by: NSebastian Florek <s.florek91@gmail.com>
      a8e3d616
  15. 16 2月, 2020 1 次提交
  16. 13 2月, 2020 1 次提交
  17. 07 2月, 2020 1 次提交
  18. 06 2月, 2020 3 次提交
  19. 03 2月, 2020 1 次提交
    • A
      Add cypress tests (navbar, userpanel) (#4435) · 0434a947
      Anshul Ahuja 提交于
      * Create webpack.config.js
      
      * Add ts based cypress tests for nav links
      
      * Cleanup commands.ts
      
      * Add ids to nav/template.html elements
      
      * Refactor & cleanup methods
      
      * Add dependancies
      
      * Fix no-any tslint
      
      * Fix linting
      
      * Add test for all other nav items
      
      * Create abstractPage to inherit in other pages, refactor code
      
      * Refactor methods
      
      * Refactor AbstractPage methods
      
      * Add userpanel tests
      
      * Minor fixes, linting
      
      * Move navbar item IDs to NavbarPage
      
      * Add new lines between tests to enhance readability
      
      * Remove redundant 'navbar' from nav spec describe
      
      * Remove redundant describe from userpanel specs
      
      * Move to devdependancy
      
      * manually update package jsons
      
      * Update package-lock.json
      
      * Add ts-loader dependancy
      
      * Add missing ,
      0434a947
  20. 31 1月, 2020 1 次提交
  21. 16 1月, 2020 2 次提交
  22. 09 1月, 2020 1 次提交
  23. 07 1月, 2020 1 次提交
    • D
      fix: node pie graphs to use consistent powers in divisor (#4726) · acb9f1fb
      Daphne Maddox 提交于
      1. The code determining whether or not the units of requests, limits and
      capacity  required normalization was leaving out capacity in its
      determination. As such, if the capacity was of different units than
      requests and limits, they'd be left  inconsistent and the percentage
      would be off by at least a factor of 1000 or 1024.
      
      2. The code normalizing units was erroneously reversing a value in one
      conditional, and thus erroneously triggering a second conditional which
      was reversing the work of the first one (multiplying by the same factor
      by which it had just divided). Rather than fix the bug, it's easier and
      better to just eliminate this code. The conditionals aren't even necessary,
      because negative exponentiation "just works".
      acb9f1fb
  24. 22 12月, 2019 1 次提交
  25. 19 12月, 2019 2 次提交
  26. 05 12月, 2019 2 次提交
  27. 29 11月, 2019 1 次提交
  28. 28 11月, 2019 1 次提交
  29. 22 11月, 2019 2 次提交
  30. 31 10月, 2019 1 次提交