mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-04-29 20:30:06 +00:00
Add Latest Change Date to Frontend (#3231)
* Updated Logic for Versions * Update logic, add date
This commit is contained in:
parent
84314249b2
commit
4e36061ced
4 changed files with 26 additions and 6 deletions
|
|
@ -60,4 +60,5 @@ export interface OperatingSystem {
|
|||
export interface AppVersion {
|
||||
name: string;
|
||||
version: string;
|
||||
date: Date;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue