Skip to content
Snippets Groups Projects
Commit 4726cf0c authored by Yas Naoi's avatar Yas Naoi
Browse files

Issue #2736821: aws_cloud - Refactored

parent 0bfa9653
No related branches found
No related tags found
No related merge requests found
<?php
// Updated by yas 2016/09/07
// Updated by yas 2016/09/06
// Updated by yas 2016/09/04
// Updated by yas 2016/06/20
......@@ -20,7 +20,6 @@ use Drupal\Core\Form\FormStateInterface;
use Drupal\Core\Language\Language;
use Drupal\aws_cloud\Controller\Ec2\ApiController;
use Drupal\aws_cloud\Entity\Config\Config;
use Aws\Result;
/**
* Form controller for the Instance entity launch form.
......@@ -125,7 +124,7 @@ class InstanceLaunchForm extends CloudContentForm {
);
$form['key_pair_name'] = array(
// '#type' => 'textfield',
// '#type' => 'textfield',
'#type' => 'entity_autocomplete',
'#target_type' => 'aws_cloud_key_pair',
'#title' => $this->t('Key Pair Name'),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment