File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ <h4>User</h4>
33< p >
44 Specify which user to login as during SSH.
55</ p >
6- < input type ="text " class ="span2 " name ="user " ng-model ="config.user " placeholder ="deploy ">
6+ < input type ="text " class ="span3 " name ="user " ng-model ="config.user " placeholder ="deploy ">
77
88< h4 > Hosts</ h4 >
99< p >
@@ -18,8 +18,8 @@ <h4>Hosts</h4>
1818 < li ng-hide ="config.hosts.length "> You must add at least one host in order to deploy!</ li >
1919</ ul >
2020< div class ="form-inline ">
21- < input placeholder ="staging.example.com:22 " ng-model ="new_host ">
22- < button class ="btn btn-primary " ng-disabled ="!new_host " ng-click ="addHost() "> Add</ button >
21+ < input placeholder ="staging.example.com:22 " ng-model ="new_host " type =" text " >
22+ < button class ="btn btn-success " ng-disabled ="!new_host " ng-click ="addHost() "> Add</ button >
2323</ div >
2424
2525
You can’t perform that action at this time.
0 commit comments