Skip to content

Commit

Permalink
change allocation list header
Browse files Browse the repository at this point in the history
  • Loading branch information
claire-peters committed Aug 11, 2023
1 parent 19273cf commit 46729f5
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
PI
</th>
<th scope="col" class="text-nowrap">
Resource Name
Resource
</th>
<th scope="col" class="text-nowrap">
Status
Expand All @@ -40,8 +40,9 @@
<td><a href="/allocation/{{allocation.id}}/">{{ allocation.id }}</a></td>
<td class="text-nowrap"><a
href="/project/{{allocation.project.id}}/">{{ allocation.project.title|truncatechars:50 }}</a></td>
<td class="text-nowrap">{{allocation.project.pi.first_name}} {{allocation.project.pi.last_name}}
({{allocation.project.pi.username}})</td>
<td class="text-nowrap">
{{allocation.project.pi.full_name}} ({{allocation.project.pi.username}})
</td>
<td class="text-nowrap">{{ allocation.get_parent_resource }}</td>
<td class="text-nowrap">{{ allocation.status.name }}</td>
<td class="text-nowrap">{{ allocation.size|floatformat:2 }}</td>
Expand Down

0 comments on commit 46729f5

Please sign in to comment.