YARN-8295. [UI2] Improve Resource Usage tab error message when there are no data available. Contributed by Charan Hebri.

This commit is contained in:
Sunil G 2019-02-15 12:42:21 +05:30
parent 0395f22145
commit 5b55f3538c

View File

@ -43,7 +43,7 @@
</div>
{{else}}
<div class="panel panel-default">
<h4 class="text-center">No resource usage data is available for this application!</h4>
<h4 class="text-center">This application is not running. Hence no resource usage data is available.</h4>
</div>
{{/if}}
</div>