Rename Elastic Search to Elasticsearch

I noticed in the view the spelling is incorrect so this PR fixes that. The proper spelling has no space and the "s" is not capitalized. See https://www.elastic.co/legal/trademarks for proper spelling and usage.
This commit is contained in:
M Fairchild
2021-03-22 10:40:52 -07:00
committed by GitHub
parent 249202b63f
commit f46111f9c4

View File

@@ -276,7 +276,7 @@ def manageApplications(request):
else:
rInstalled = 'Not-Installed'
elasticSearch = {'image': '/static/manageServices/images/elastic-search.png', 'name': 'Elastic Search',
elasticSearch = {'image': '/static/manageServices/images/elastic-search.png', 'name': 'Elasticsearch',
'installed': installed}
redis = {'image': '/static/manageServices/images/redis.png', 'name': 'Redis',
'installed': rInstalled}
@@ -328,4 +328,4 @@ def removeInstall(request):
logging.CyberCPLogFileWriter.writeToFile(str(msg))
data_ret = {'status': 0, 'error_message': str(msg)}
json_data = json.dumps(data_ret)
return HttpResponse(json_data)
return HttpResponse(json_data)