YARN-11459 Changed label called "max resource" on UIv1 and UIv2 (#5527)

This commit is contained in:
Riya Khandelwal 2023-04-27 18:55:25 +05:30 committed by GitHub
parent 245fde17d7
commit 60a7e8acaa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -242,7 +242,7 @@ protected void render(Block html) {
TBODY<TABLE<Hamlet>> tbody = TBODY<TABLE<Hamlet>> tbody =
html.table("#userinfo").thead().$class("ui-widget-header").tr().th() html.table("#userinfo").thead().$class("ui-widget-header").tr().th()
.$class("ui-state-default").__("User Name").__().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").__("Weight").__().th()
.$class("ui-state-default").__("Used Resource").__().th() .$class("ui-state-default").__("Used Resource").__().th()
.$class("ui-state-default").__("Max AM Resource").__().th() .$class("ui-state-default").__("Max AM Resource").__().th()

View File

@ -50,7 +50,7 @@
<thead> <thead>
<tr> <tr>
<th>User Name</th> <th>User Name</th>
<th>Max Resource</th> <th>User Limit Resource</th>
<th>Used Resource</th> <th>Used Resource</th>
<th>Max AM Resource</th> <th>Max AM Resource</th>
<th>Used AM Resource</th> <th>Used AM Resource</th>