File tree Expand file tree Collapse file tree 2 files changed +10
-7
lines changed
Expand file tree Collapse file tree 2 files changed +10
-7
lines changed Original file line number Diff line number Diff line change @@ -25,4 +25,5 @@ build/Release
2525node_modules
2626
2727# Webstorm project folder
28- .idea
28+ .idea
29+ .DS_Store
Original file line number Diff line number Diff line change 11< div class ="control-group api-url ">
22 < label class ="control-label " for ="password "> API url (< a href ="https://github.com/gitlabhq/gitlabhq/tree/master/doc/api " target ="_blank "> ?</ a > )</ label >
3+ < div class ="controls ">
4+ < input ng-model ="config.api_url " placeholder ="http://your.gitlab.host/api/vX " type ="text ">
5+ </ div >
36</ div >
4- < div class ="controls ">
5- < input ng-model ="config.api_url " placeholder ="http://your.gitlab.host/api/vX ">
6- </ div >
7+
78< div class ="control-group token ">
89 < label class ="control-label " for ="password "> Private token (< a href ="https://github.com/gitlabhq/gitlabhq/tree/master/doc/api " target ="_blank "> ?</ a > )</ label >
10+ < div class ="controls ">
11+ < input ng-model ="config.api_key " placeholder ="Private token " type ="text ">
12+ </ div >
913</ div >
10- < div class ="controls ">
11- < input ng-model ="config.api_key " placeholder ="Private token ">
12- </ div >
14+
1315< div class ="actions ">
1416 < button class ="btn " ng-click ="save() "> Save</ button >
1517</ div >
You can’t perform that action at this time.
0 commit comments