Files
LeafWeb/WebCms/Views/Chart/DataError.cshtml
T

4 lines
142 B
Plaintext

@model string
<p><strong>There was an issue generating a chart for the selected data.</strong></p>
<p><strong>Details:</strong> @Model</p>