Skip to content

Commit

Permalink
show maxlog in useradmin
Browse files Browse the repository at this point in the history
  • Loading branch information
MoreTore committed Sep 4, 2024
1 parent 31166d2 commit a2dbc7a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions assets/views/useradmin/template.html
Original file line number Diff line number Diff line change
Expand Up @@ -428,6 +428,7 @@
<td style="white-space: nowrap">connect</td>
<td style="white-space: nowrap">preserve</td>
<td style="white-space: nowrap">miles</td>
<td style="white-space: nowrap">maxlog</td>
<td style="white-space: nowrap">maxqlog</td>
<td style="white-space: nowrap">maxqcamera</td>
<td style="white-space: nowrap">platform</td>
Expand Down Expand Up @@ -457,6 +458,7 @@
{% endif %}
</td>
<td style="white-space: nowrap">{{ route.length }}</td>
<td style="white-space: nowrap">{{ route.maxlog }}</td>
<td style="white-space: nowrap">{{ route.maxqlog }}</td>
<td style="white-space: nowrap">{{ route.maxqcamera }}</td>
<td style="white-space: nowrap">{{ route.platform }}</td>
Expand Down

0 comments on commit a2dbc7a

Please sign in to comment.