mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2026-06-04 13:13:17 +02:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user