mirror of
https://github.com/portainer/portainer.git
synced 2025-08-08 23:35:31 +02:00
version: display dependencies versions (#188)
Co-authored-by: LP B <xAt0mZ@users.noreply.github.com>
This commit is contained in:
parent
d393529026
commit
a261f60764
8 changed files with 177 additions and 52 deletions
|
@ -22,6 +22,14 @@ export interface VersionResponse {
|
|||
WebpackVersion: string;
|
||||
GoVersion: string;
|
||||
GitCommit: string;
|
||||
};
|
||||
Dependencies: {
|
||||
DockerVersion: string;
|
||||
HelmVersion: string;
|
||||
KubectlVersion: string;
|
||||
ComposeVersion: string;
|
||||
};
|
||||
Runtime: {
|
||||
Env?: string[];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue