Merge pull request #312 from dod-ccpo/reports-copy

Update report copy
This commit is contained in:
andrewdds 2018-09-21 10:03:11 -04:00 committed by GitHub
commit e3f48b6869
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -31,7 +31,7 @@
) }} ) }}
{{ SidenavItem( {{ SidenavItem(
"Funding & Reports", "Budget Report",
href=url_for("workspaces.workspace_reports", workspace_id=workspace.id), href=url_for("workspaces.workspace_reports", workspace_id=workspace.id),
active=request.url_rule.rule.startswith('/workspaces/<workspace_id>/reports') active=request.url_rule.rule.startswith('/workspaces/<workspace_id>/reports')
) }} ) }}

View File

@ -6,11 +6,11 @@
{% block workspace_content %} {% block workspace_content %}
{{ Alert("Funding Information & Reports for Workspace " + workspace.name, {{ Alert("Budget Report for Workspace " + workspace.name,
message="<p>On this screen you'll find detailed reporting information on this workspace. This message needs to be written better and be dismissable.</p>", message="<p>Track your monthly and cumulative expenditures for your workspace, projects, and environments below.</p>\
<p>Please note that the projected spend is based on the <em>average expense over the last three completed months</em> and therefore does not account for future changes that might be made in scale or configuration of your cloud services.</p>",
actions=[ actions=[
{"label": "Learn More", "href": "/", "icon": "info"}, {"label": "Learn More", "href": "/", "icon": "info"}
{"label": "Dismiss", "href": "/"}
] ) }} ] ) }}
<div class='funding-summary-row'> <div class='funding-summary-row'>