Skip to content

Commit

Permalink
updated admin pages tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
MingChen0919 committed Jan 31, 2017
1 parent baef3af commit 9e5580c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tripal_elasticsearch.module
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ function tripal_elasticsearch_menu(){
);

$items[$pre.'/connect_to_elasticsearch_cluster'] = array(
'title' => t('Connect to elasticsearch cluster'),
'title' => t('Connect to cluster'),
'page callback' => 'connect_to_elasticsearch_cluster_page',
'access callback' => 'user_access',
'access arguments' => array('administer users'),
Expand Down Expand Up @@ -53,7 +53,7 @@ function tripal_elasticsearch_menu(){
'weight' => 3,
);
$items[$pre.'/build_tripal_elasticsearch_block'] = array(
'title' => t('Build tripal_elasticsearch block'),
'title' => t('Build search block'),
'page callback' => 'build_tripal_elasticelastic_block_page',
'access callback' => 'user_access',
'access arguments' => array('administer users'),
Expand All @@ -63,7 +63,7 @@ function tripal_elasticsearch_menu(){
);

$items[$pre.'/delete_tripal_elasticsearch_blocks'] = array(
'title' => t('Delete tripal_elasticsearch blocks'),
'title' => t('Delete search blocks'),
'page callback' => 'delete_tripal_elasticsearch_blocks_page',
'access callback' => 'user_access',
'access arguments' => array('administer users'),
Expand Down

0 comments on commit 9e5580c

Please sign in to comment.