YARN-8295. [UI2] Improve Resource Usage tab error message when there are no data available. Contributed by Charan Hebri.
(cherry picked from commit 5b55f3538c
)
This commit is contained in:
parent
3b10c07946
commit
8551831ac2
|
@ -43,7 +43,7 @@
|
||||||
</div>
|
</div>
|
||||||
{{else}}
|
{{else}}
|
||||||
<div class="panel panel-default">
|
<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>
|
</div>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue