aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--core/src/main/twirl/masterui/job_details.scala.html4
1 files changed, 1 insertions, 3 deletions
diff --git a/core/src/main/twirl/masterui/job_details.scala.html b/core/src/main/twirl/masterui/job_details.scala.html
index a1fa4ab1ac..76eb3512af 100644
--- a/core/src/main/twirl/masterui/job_details.scala.html
+++ b/core/src/main/twirl/masterui/job_details.scala.html
@@ -9,12 +9,10 @@
<li><strong>ID:</strong> @job.id</li>
<li><strong>Description:</strong> @job.desc.name</li>
<li><strong>User:</strong> @job.desc.user</li>
- <li><strong>Cores:</strong> @job.desc.cores</li>
+ <li><strong>Cores:</strong> @job.desc.cores (@job.coresGranted Granted, @job.coresLeft Left)</li>
<li><strong>Memory per Slave:</strong> @job.desc.memoryPerSlave</li>
<li><strong>Submit Date:</strong> @job.submitDate</li>
<li><strong>State:</strong> @job.state</li>
- <li><strong>Cores Granted:</strong> @job.coresGranted</li>
- <li><strong>Cores Left:</strong> @job.coresLeft</li>
<li><strong>Command:</strong> @job.desc.command</li>
</ul>
</div>