mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-01 12:20:51 +08:00
fix staging screen columns #2120
This commit is contained in:
parent
54e0155891
commit
378e3e0ca1
|
@ -438,7 +438,7 @@ CLASS ZCL_ABAPGIT_GUI_PAGE_STAGE IMPLEMENTATION.
|
|||
AT FIRST.
|
||||
ro_html->add( '<thead><tr class="remote">' ).
|
||||
ro_html->add( '<th></th>' ). " Type
|
||||
ro_html->add( '<th colspan="2">Files to remove or non-code</th>' ).
|
||||
ro_html->add( '<th colspan="3">Files to remove or non-code</th>' ).
|
||||
ro_html->add( '<th></th>' ). " Status
|
||||
ro_html->add( '<th class="cmd">' ).
|
||||
ro_html->add( '<a>ignore</a>↓ <a>remove</a>↓ <a>reset</a>↓' ).
|
||||
|
|
Loading…
Reference in New Issue
Block a user