Repo Overview: Add sort by online/offline repo (#7200)
Some checks are pending
main-build / build-merged (push) Waiting to run
main-build / auto-tag (push) Waiting to run
main-build / auto-tag-artifact (push) Blocked by required conditions
main-build / coverage (push) Waiting to run

This commit is contained in:
Marc Bernard 2025-04-09 20:00:26 +02:00 committed by GitHub
parent edfbfab6ce
commit aaec314b14
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -264,9 +264,9 @@ CLASS zcl_abapgit_gui_page_repo_over IMPLEMENTATION.
iv_css_class = 'wmin'
iv_allow_order_by = abap_false
)->add_column(
iv_tech_name = 'TYPE'
iv_css_class = 'wmin'
iv_allow_order_by = abap_false
iv_tech_name = 'OFFLINE'
iv_display_name = '#'
iv_allow_order_by = abap_true
)->add_column(
iv_tech_name = 'NAME'
iv_display_name = 'Name'
@ -742,9 +742,7 @@ CLASS zcl_abapgit_gui_page_repo_over IMPLEMENTATION.
lv_repo_type_icon = 'plug/darkgrey'.
ENDIF.
ii_html->td(
iv_class = 'wmin'
iv_content = ii_html->icon( lv_repo_type_icon ) ).
ii_html->td( ii_html->icon( lv_repo_type_icon ) ).
" Repo name
IF is_repo-write_protected = abap_true.