mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-03 05:18:59 +08:00
add log for Offline install (#2798)
* add log for Offline install * white space
This commit is contained in:
parent
998815f6fb
commit
63c8e4808c
|
@ -287,6 +287,11 @@ CLASS ZCL_ABAPGIT_GUI_VIEW_REPO IMPLEMENTATION.
|
||||||
ro_toolbar->add( iv_txt = 'Export <sup>zip</sup>'
|
ro_toolbar->add( iv_txt = 'Export <sup>zip</sup>'
|
||||||
iv_act = |{ zif_abapgit_definitions=>c_action-zip_export }?{ lv_key }|
|
iv_act = |{ zif_abapgit_definitions=>c_action-zip_export }?{ lv_key }|
|
||||||
iv_opt = zif_abapgit_html=>c_html_opt-strong ).
|
iv_opt = zif_abapgit_html=>c_html_opt-strong ).
|
||||||
|
li_log = mo_repo->get_log( ).
|
||||||
|
IF li_log IS BOUND AND li_log->count( ) > 0.
|
||||||
|
ro_toolbar->add( iv_txt = 'Log'
|
||||||
|
iv_act = |{ zif_abapgit_definitions=>c_action-repo_log }?{ lv_key }| ).
|
||||||
|
ENDIF.
|
||||||
ENDIF.
|
ENDIF.
|
||||||
|
|
||||||
ro_toolbar->add( iv_txt = 'Advanced'
|
ro_toolbar->add( iv_txt = 'Advanced'
|
||||||
|
|
Loading…
Reference in New Issue
Block a user