6a7bbe8afa
Drilling into a task from an allocation transitions to the task heirarchy.
13 lines
339 B
Handlebars
13 lines
339 B
Handlebars
{{#global-header class="page-header"}}
|
|
{{/global-header}}
|
|
{{#gutter-menu class="page-body"}}
|
|
{{partial "allocations/allocation/task/subnav"}}
|
|
<section class="section">
|
|
<ul>
|
|
<li>Name: {{model.name}}</li>
|
|
<li>State: {{model.state}}</li>
|
|
<li>CPU: {{model.resources.cpu}}</li>
|
|
</ul>
|
|
</section>
|
|
{{/gutter-menu}}
|