File tree 1 file changed +11
-11
lines changed
src/Puphpet/Extension/VagrantfileRackspaceBundle/Resources/views
1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change 124
124
value =" {{ data .vm .provider .rackspace .api_key }}" />
125
125
</div >
126
126
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
-
138
127
<div class =" form-group" >
139
128
<div class =" help-text" >
140
129
<p >The Rackspace server will not be accessible without your private/public key.</p >
148
137
value =" {{ data .ssh .private_key_path }}" />
149
138
</div >
150
139
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
+
151
151
<div class =" form-group" >
152
152
<div class =" help-text" >
153
153
Your public key is also required.
You can’t perform that action at this time.
0 commit comments