1. 20 6月, 2020 1 次提交
  2. 19 6月, 2020 2 次提交
    • S
      Move namespace selector (#5250) · f3ca4ac7
      Sebastian Florek 提交于
      * Move namespace selector to the top bar and add namespaced indicator
      
      * Update translations
      
      * Fix translations
      
      * Move service accounts to cluster section
      
      * Fix style lint
      
      * Ignore IDE dir in license check
      
      * Hide the build progress of a i18n check
      f3ca4ac7
    • A
      Fixed change detection in resource lists (#5245) · 06e728b8
      Adam Netočný 提交于
      * Fixed change detection in lists
      
      * Move import
      
      * Fixed typo
      
      * More unique identifier
      
      * Fixed potential null pointer
      
      * Relative time differs each change detection loop
      
      * React on changes in labels
      
      * Fixed change detection in lists
      
      * Simplified sparkline
      
      * Fixed row details
      
      * Let people copy the message
      
      * Handle change detection better for DateComponent
      
      * Refresh date component on fixed intervals
      
      * Use smarter refresh time interval calculation for date component
      
      * Fix translations
      Co-authored-by: NSebastian Florek <sebastian.florek@loodse.com>
      06e728b8
  3. 18 6月, 2020 1 次提交
    • M
      Display service accounts (#5249) · 577f9ffa
      Marcin Maciaszczyk 提交于
      * Add service account backend
      
      * Format files
      
      * Register endpoints
      
      * Add details view
      
      * Add list view
      
      * Fix link
      
      * Add image pull secret list to the service account detail view
      
      * Update variable name
      
      * Add secrets
      
      * Change property name
      
      * Goimport files
      577f9ffa
  4. 12 6月, 2020 1 次提交
  5. 09 6月, 2020 1 次提交
  6. 05 6月, 2020 1 次提交
  7. 28 5月, 2020 2 次提交
  8. 22 5月, 2020 1 次提交
  9. 21 5月, 2020 3 次提交
  10. 14 5月, 2020 4 次提交
  11. 11 5月, 2020 1 次提交
  12. 08 5月, 2020 1 次提交
  13. 07 5月, 2020 1 次提交
  14. 21 4月, 2020 1 次提交
  15. 17 4月, 2020 1 次提交
  16. 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
  17. 14 4月, 2020 3 次提交
  18. 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
  19. 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
  20. 26 3月, 2020 2 次提交
  21. 20 3月, 2020 2 次提交
  22. 16 3月, 2020 1 次提交
  23. 12 3月, 2020 1 次提交
  24. 05 3月, 2020 1 次提交
  25. 29 2月, 2020 1 次提交
  26. 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
  27. 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
  28. 16 2月, 2020 1 次提交
  29. 13 2月, 2020 1 次提交