mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-01 12:20:51 +08:00
unit test page: change colours for runtime (#6833)
This commit is contained in:
parent
3ad85b4c58
commit
15443a6aaa
|
@ -175,9 +175,9 @@ CLASS zcl_abapgit_gui_page_runit IMPLEMENTATION.
|
||||||
IF rv_text IS INITIAL.
|
IF rv_text IS INITIAL.
|
||||||
rv_text = |<span class="boxed green-filled-set">PASSED</span>|.
|
rv_text = |<span class="boxed green-filled-set">PASSED</span>|.
|
||||||
IF lv_runtime > 100.
|
IF lv_runtime > 100.
|
||||||
rv_text = rv_text && | <span class="red">{ lv_msec }</span>|.
|
rv_text = rv_text && | <span class="warning">{ lv_msec }</span>|.
|
||||||
ELSE.
|
ELSE.
|
||||||
rv_text = rv_text && | { lv_msec }|.
|
rv_text = rv_text && | <span class="success">{ lv_msec }</span>|.
|
||||||
ENDIF.
|
ENDIF.
|
||||||
ELSE.
|
ELSE.
|
||||||
rv_text = |<span class="boxed red-filled-set">{ rv_text }</span>|.
|
rv_text = |<span class="boxed red-filled-set">{ rv_text }</span>|.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user