mirror of
https://github.com/portainer/portainer.git
synced 2025-08-02 20:35:25 +02:00
feat(ui): config-details-styling EE-3472 (#7367)
* feat(ui): config details EE-3472
This commit is contained in:
parent
e1c7079c81
commit
5469392ec7
8 changed files with 79 additions and 69 deletions
|
@ -3,9 +3,9 @@
|
|||
title="'Volume details'"
|
||||
breadcrumbs="[
|
||||
{ label:'Namespaces', link:'kubernetes.resourcePools' },
|
||||
{
|
||||
{
|
||||
label:ctrl.volume.ResourcePool.Namespace.Name,
|
||||
link: 'kubernetes.resourcePools.resourcePool',
|
||||
link: 'kubernetes.resourcePools.resourcePool',
|
||||
linkParams:{ id: ctrl.volume.ResourcePool.Namespace.Name }
|
||||
},
|
||||
{ label:'Volumes', link:'kubernetes.volumes' },
|
||||
|
@ -181,7 +181,7 @@
|
|||
order-by="Name"
|
||||
refresh-callback="ctrl.getVolume"
|
||||
title-text="Applications using this volume"
|
||||
title-icon="code"
|
||||
title-icon="svg-laptopcode"
|
||||
>
|
||||
</kubernetes-integrated-applications-datatable>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue