mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-01 12:20:51 +08:00
transport icon improvement
This commit is contained in:
parent
505cda20ee
commit
8966f493c9
|
@ -92,7 +92,7 @@ ENDCLASS.
|
|||
|
||||
|
||||
|
||||
CLASS zcl_abapgit_gui_view_repo IMPLEMENTATION.
|
||||
CLASS ZCL_ABAPGIT_GUI_VIEW_REPO IMPLEMENTATION.
|
||||
|
||||
|
||||
METHOD build_dir_jump_link.
|
||||
|
@ -617,7 +617,7 @@ CLASS zcl_abapgit_gui_view_repo IMPLEMENTATION.
|
|||
iv_object_name = is_item-obj_name
|
||||
iv_resolve_task_to_request = abap_false ).
|
||||
lv_transport_string = lv_transport.
|
||||
lv_icon_html = zcl_abapgit_html=>a( iv_txt = zcl_abapgit_html=>icon( iv_name = 'lock/darkgrey'
|
||||
lv_icon_html = zcl_abapgit_html=>a( iv_txt = zcl_abapgit_html=>icon( iv_name = 'briefcase/darkgrey'
|
||||
iv_hint = lv_transport_string )
|
||||
iv_act = |{ zif_abapgit_definitions=>c_action-jump_transport }?| &&
|
||||
lv_transport ).
|
||||
|
|
|
@ -219,6 +219,10 @@ table.repo_tab {
|
|||
width: 32px;
|
||||
text-align: center;
|
||||
}
|
||||
.repo_tab td.icon:not(:first-child) {
|
||||
width: 26px;
|
||||
text-align: left;
|
||||
}
|
||||
.repo_tab td.type {
|
||||
width: 3em;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user