removed-textarea-resize-horizontal
removed resize horizontal ability Change-Id: Ifa2cad56db64b8410ae3b029c73be605a8f75694 Closes-Bug: #1370206
This commit is contained in:
@@ -63,8 +63,8 @@ class ImportKeypair(forms.SelfHandlingForm):
|
||||
label=_("Key Pair Name"),
|
||||
regex=KEYPAIR_NAME_REGEX,
|
||||
error_messages=KEYPAIR_ERROR_MESSAGES)
|
||||
public_key = forms.CharField(label=_("Public Key"), widget=forms.Textarea(
|
||||
attrs={'class': 'modal-body-fixed-width'}))
|
||||
public_key = forms.CharField(label=_("Public Key"),
|
||||
widget=forms.Textarea())
|
||||
|
||||
def handle(self, request, data):
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user