This repository was archived by the owner on Aug 31, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 88 < form >
99 < div class ="pts pbs row ">
1010 < div class ="w40p txt-center browser-style ">
11- < input type ="checkbox " id ="enable_buttons_to_copy_source_and_target_branches_name ">
11+ < input type ="checkbox " id ="display_source_and_target_branches ">
1212 </ div >
1313 < div >
14- < label for ="enable_buttons_to_copy_source_and_target_branches_name " > Enable buttons allowing to copy source and target branches name </ label >
14+ < label for ="display_source_and_target_branches " > Display source and target branches</ label >
1515 </ div >
1616 </ div >
17+ < div class ="pll pbs browser-style man " id ="display-source-target-branches-options ">
18+ < input type ="checkbox " id ="enable_buttons_to_copy_source_and_target_branches_name "> < label for ="enable_buttons_to_copy_source_and_target_branches_name "> Enable buttons allowing to copy source and target branches name</ label >
19+ </ div >
1720 < div class ="pts row ">
1821 < div class ="w40p txt-center browser-style ">
1922 < input type ="checkbox " id ="enable_button_to_copy_mr_info ">
Original file line number Diff line number Diff line change 2424 this . submitButtonInOptionsForm = this . optionsForm . querySelector ( 'button[type="submit"]' ) ;
2525
2626 this . enableButtonsToCopySourceAndTargetBranchesNameCheckbox = document . querySelector ( 'input#enable_buttons_to_copy_source_and_target_branches_name' ) ;
27+ this . displaySourceTargetBranchesOptionsDiv = document . querySelector ( 'div#display-source-target-branches-options' ) ;
2728
2829 this . copyMrInfoOptionsDiv = document . querySelector ( 'div#copy-mr-info-options' ) ;
2930 this . enableButtonToCopyMrInfoCheckbox = document . querySelector ( 'input#enable_button_to_copy_mr_info' ) ;
Original file line number Diff line number Diff line change 66 globals . Gmrle . PreferencesManager = class {
77 get defaults ( ) {
88 return {
9+ display_source_and_target_branches : true ,
910 enable_buttons_to_copy_source_and_target_branches_name : true ,
1011 enable_button_to_copy_mr_info : true ,
1112 copy_mr_info_format : 'MR {MR_ID} (from {MR_AUTHOR_NAME}): {MR_TITLE}\n{MR_URL}' ,
You can’t perform that action at this time.
0 commit comments