mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-01 04:08:27 +08:00
cherrypick log style
This commit is contained in:
parent
1495a17837
commit
e2c7ade099
|
@ -274,7 +274,7 @@ CLASS lcl_gui_view_repo_content IMPLEMENTATION.
|
|||
eo_log = lo_log ).
|
||||
|
||||
IF mo_repo->is_offline( ) = abap_false and lo_log->count( ) > 0.
|
||||
ro_html->add( '<div class="log">' ).
|
||||
ro_html->add( '<div class="log attention">' ).
|
||||
ro_html->add( lo_log->to_html( ) ). " shows eg. list of unsupported objects
|
||||
ro_html->add( '</div>' ).
|
||||
ENDIF.
|
||||
|
|
Loading…
Reference in New Issue
Block a user