File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ <h1 class="dialog-title">{{title}}</h1>
1313 < div class ="step1 form-horizontal ">
1414 < label > Branch to Clone:</ label >
1515 < select class ='branch-selection '> </ select > < br >
16- < input type ='text ' placeholder ='Folder to clone repo to '>
16+ < input class =" target-path " type ='text ' placeholder ='Folder to clone repo to '>
1717 < button class ='btn select-folder ' data-button-id ='select-folder '> Select Folder</ button >
1818 </ div > < br />
1919 < div class ="step2 form-horizontal ">
Original file line number Diff line number Diff line change @@ -9,13 +9,13 @@ <h1 class="dialog-title">{{title}}</h1>
99 </ p >
1010 < div class ="oauth-auth form-horizontal ">
1111 < label for ="repo "> Oauth Token:</ label >
12- < input type ='text ' placeholder ='Token '>
12+ < input class =" oauth-token " type ='text ' placeholder ='Token '>
1313 </ div >
1414 < div class ="basic-auth form-horizontal ">
1515 < label for ="repo "> Username:</ label >
16- < input type ='text ' placeholder ='Username '>
16+ < input class =" user " type ='text ' placeholder ='Username '>
1717 < label for ="repo "> Password:</ label >
18- < input type ='password ' placeholder ='Password '>
18+ < input class =" password " type ='password ' placeholder ='Password '>
1919 </ div >
2020 < input type ="checkbox " name ="remember " value ="Remember login ">
2121 </ div >
You can’t perform that action at this time.
0 commit comments