Skip to content

Commit 9bafa05

Browse files
author
Ilya Radchenko
committed
text input, larger user form, add btn color
1 parent a741fca commit 9bafa05

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

config/config.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)