style fix, log color - red #372

This commit is contained in:
sbcgua 2016-10-09 13:17:29 +02:00
parent ab982cd885
commit f4f7c1bb49

View File

@ -355,7 +355,7 @@ CLASS lcl_gui_page_main IMPLEMENTATION.
ro_html->add( render_repo_menu( io_repo ) ).
IF io_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.