Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue 40 44 fix #64

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Issue 40 44 fix #64

wants to merge 3 commits into from

Conversation

adityawbwce
Copy link
Contributor

No description provided.

Comment on lines +217 to +218
<option value="scsi" {if $vm['details']['nic_model'] == 'scsi'} selected {/if}>SCSI</option>
<option value="ide" {if $vm['details']['nic_model'] == 'ide'} selected {/if}>ide</option>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These are not valid network adapter models, see #56

@@ -38,6 +38,7 @@ protected function executeRequest($method, $url, $data = null)
{
curl_setopt($this->curl, CURLOPT_URL, $this->baseUrl . $url);
curl_setopt($this->curl, CURLOPT_CUSTOMREQUEST, $method);
curl_setopt($this->curl, CURLOPT_SSL_VERIFYPEER, false);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This does not seem desirable. It there a reason for it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants