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

(Fixed) Added Cloud(n) support at aws_cloud module.

parent dfcf0b21
No related branches found
No related tags found
No related merge requests found
...@@ -1110,12 +1110,11 @@ function theme_cloud_display_dashboard($variables) { ...@@ -1110,12 +1110,11 @@ function theme_cloud_display_dashboard($variables) {
/** /**
* Ajax callback for main cloud listing page * AJAX callback for main cloud listing page
*/ */
function _cloud_callback_get_all_instances_list() { function _cloud_callback_get_all_instances_list() {
// retrieve the table from the cloud_display_dashboard form // retrieve the table from the cloud_display_dashboard form
$form = drupal_get_form('cloud_display_dashboard'); $form = drupal_get_form('cloud_display_dashboard');
exit();
$output = drupal_render($form); $output = drupal_render($form);
// Send only the body do not send the headers // Send only the body do not send the headers
$index_start = strrpos($output, '<tbody>'); $index_start = strrpos($output, '<tbody>');
......
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