Skip to content

Commit

Permalink
Fix url error
Browse files Browse the repository at this point in the history
  • Loading branch information
almasaeed2010 committed Jan 26, 2018
1 parent 27ca898 commit 63891a2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions includes/tripal_elasticsearch.connection.form.inc
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,8 @@ function elasticsearch_connection_form($form, &$form_state) {
$label = $remote->label;
$description = $remote->description;
$status = "<span class='elastic-status-circle' id='remote-host-{$remote->id}-circle'></span> <span id='remote-host-{$remote->id}'>Loading</span>";
$edit = l("Edit", "admin/tripal/extension/tripal_elasticsearch/elasticsearch_connection/edit/{$remote->id}");
$delete = l("Delete", "admin/tripal/extension/tripal_elasticsearch/elasticsearch_connection/delete/{$remote->id}");
$edit = l("Edit", "admin/tripal/extension/tripal_elasticsearch/connection/edit/{$remote->id}");
$delete = l("Delete", "admin/tripal/extension/tripal_elasticsearch/connection/delete/{$remote->id}");

$rows[] = [$url, $label, $description, $status, $edit, $delete];
}
Expand Down
2 changes: 1 addition & 1 deletion tripal_elasticsearch.info
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description = This module implements the full-text search engine Elasticsearch a
core = 7.x
package = Tripal Extensions
files[] = tripal_elasticsearch.module
configuration = admin/tripal/extension/tripal_elasticsearch
configure = admin/tripal/extension/tripal_elasticsearch
version=7.x-2.0
dependencies[] = libraries
dependencies[] = queue_ui
Expand Down

0 comments on commit 63891a2

Please sign in to comment.