Skip to content

Commit e718b09

Browse files
committed
Moves private key path above private key username
1 parent b199862 commit e718b09

File tree

1 file changed

+11
-11
lines changed
  • src/Puphpet/Extension/VagrantfileRackspaceBundle/Resources/views

1 file changed

+11
-11
lines changed

src/Puphpet/Extension/VagrantfileRackspaceBundle/Resources/views/form.html.twig

+11-11
Original file line numberDiff line numberDiff line change
@@ -124,17 +124,6 @@
124124
value="{{ data.vm.provider.rackspace.api_key }}" />
125125
</div>
126126

127-
<div class="form-group">
128-
<div class="help-text">
129-
The username associated with the private key entered.
130-
</div>
131-
<label for="vagrantfile-ssh-username">Local Private Key Username</label>
132-
<input type="text" id="vagrantfile-ssh-username"
133-
name="vagrantfile[ssh][username]"
134-
class="form-control"
135-
value="{{ data.ssh.username }}" />
136-
</div>
137-
138127
<div class="form-group">
139128
<div class="help-text">
140129
<p>The Rackspace server will not be accessible without your private/public key.</p>
@@ -148,6 +137,17 @@
148137
value="{{ data.ssh.private_key_path }}" />
149138
</div>
150139

140+
<div class="form-group">
141+
<div class="help-text">
142+
The username associated with the private key entered.
143+
</div>
144+
<label for="vagrantfile-ssh-username">Local Private Key Username</label>
145+
<input type="text" id="vagrantfile-ssh-username"
146+
name="vagrantfile[ssh][username]"
147+
class="form-control"
148+
value="{{ data.ssh.username }}" />
149+
</div>
150+
151151
<div class="form-group">
152152
<div class="help-text">
153153
Your public key is also required.

0 commit comments

Comments
 (0)