oayment plan visuals in the instances page
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -580,7 +580,8 @@ def get_version_info(current_user):
|
||||
'git_branch': os.environ.get('GIT_BRANCH', 'unknown'),
|
||||
'deployed_at': os.environ.get('DEPLOYED_AT', 'unknown'),
|
||||
'ismaster': os.environ.get('ISMASTER', 'false'),
|
||||
'port': os.environ.get('PORT', 'unknown')
|
||||
'port': os.environ.get('PORT', 'unknown'),
|
||||
'pricing_tier_name': os.environ.get('PRICING_TIER_NAME', 'unknown')
|
||||
}
|
||||
|
||||
return jsonify(version_info)
|
||||
@@ -591,6 +592,7 @@ def get_version_info(current_user):
|
||||
'app_version': 'unknown',
|
||||
'git_commit': 'unknown',
|
||||
'git_branch': 'unknown',
|
||||
'deployed_at': 'unknown'
|
||||
'deployed_at': 'unknown',
|
||||
'pricing_tier_name': 'unknown'
|
||||
}), 500
|
||||
|
||||
|
||||
Reference in New Issue
Block a user