mirror of
https://github.com/portainer/portainer.git
synced 2025-07-23 15:29:42 +02:00
feat(k8s): cut image name to 64 chars with truncate filter in all applications datatables
This commit is contained in:
parent
2f95b449aa
commit
c339afb562
5 changed files with 5 additions and 5 deletions
|
@ -92,7 +92,7 @@
|
|||
><a ui-sref="kubernetes.applications.application({ name: item.Name, namespace: item.ResourcePool })">{{ item.Name }}</a></td
|
||||
>
|
||||
<td>{{ item.StackName }}</td>
|
||||
<td>{{ item.Image }}</td>
|
||||
<td>{{ item.Image | truncate: 64 }}</td>
|
||||
</tr>
|
||||
<tr ng-if="!$ctrl.dataset">
|
||||
<td colspan="3" class="text-center text-muted">Loading...</td>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue