mirror of
https://github.com/portainer/portainer.git
synced 2025-07-24 07:49:41 +02:00
feat(docker/images): show used tag correctly [EE-5396] (#10305)
This commit is contained in:
parent
b895e88075
commit
9bf2957ea7
29 changed files with 383 additions and 287 deletions
5
app/react/docker/queries/utils/build-url.ts
Normal file
5
app/react/docker/queries/utils/build-url.ts
Normal file
|
@ -0,0 +1,5 @@
|
|||
import { EnvironmentId } from '@/react/portainer/environments/types';
|
||||
|
||||
export function buildUrl(environmentId: EnvironmentId, path: string) {
|
||||
return `/docker/${environmentId}/${path}`;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue