mirror of
https://github.com/portainer/portainer.git
synced 2025-07-22 23:09:41 +02:00
fix(volumes): update external labels CE [r8s-108] (#7)
This commit is contained in:
parent
57e10dc911
commit
fd0bc652a9
8 changed files with 10 additions and 8 deletions
|
@ -9,6 +9,7 @@ import { Volume } from '@/kubernetes/models/volume/Volume';
|
|||
import { parseKubernetesAxiosError } from '../../axiosError';
|
||||
import { K8sVolumeInfo } from '../types';
|
||||
import { VolumeViewModel, StorageClassViewModel } from '../ListView/types';
|
||||
import { appOwnerLabel } from '../../applications/constants';
|
||||
|
||||
import { queryKeys } from './query-keys';
|
||||
|
||||
|
@ -86,6 +87,7 @@ function convertToVolumeViewModels(
|
|||
CreationDate: volume.persistentVolumeClaim.creationDate,
|
||||
ApplicationOwner:
|
||||
volume.persistentVolumeClaim.owningApplications?.[0]?.Name,
|
||||
IsExternal: !volume.persistentVolumeClaim.labels?.[appOwnerLabel],
|
||||
},
|
||||
ResourcePool: {
|
||||
Namespace: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue