YARN-11459 Changed label called "max resource" on UIv1 and UIv2 (#5527)
This commit is contained in:
parent
245fde17d7
commit
60a7e8acaa
|
@ -242,7 +242,7 @@ class CapacitySchedulerPage extends RmView {
|
|||
TBODY<TABLE<Hamlet>> tbody =
|
||||
html.table("#userinfo").thead().$class("ui-widget-header").tr().th()
|
||||
.$class("ui-state-default").__("User Name").__().th()
|
||||
.$class("ui-state-default").__("Max Resource").__().th()
|
||||
.$class("ui-state-default").__("User Limit Resource").__().th()
|
||||
.$class("ui-state-default").__("Weight").__().th()
|
||||
.$class("ui-state-default").__("Used Resource").__().th()
|
||||
.$class("ui-state-default").__("Max AM Resource").__().th()
|
||||
|
|
|
@ -50,7 +50,7 @@
|
|||
<thead>
|
||||
<tr>
|
||||
<th>User Name</th>
|
||||
<th>Max Resource</th>
|
||||
<th>User Limit Resource</th>
|
||||
<th>Used Resource</th>
|
||||
<th>Max AM Resource</th>
|
||||
<th>Used AM Resource</th>
|
||||
|
|
Loading…
Reference in New Issue