mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2025-12-15 04:17:42 +00:00
Add Latest Change Date to Frontend (#3231)
* Updated Logic for Versions * Update logic, add date
This commit is contained in:
committed by
GitHub
parent
84314249b2
commit
4e36061ced
@@ -60,4 +60,5 @@ export interface OperatingSystem {
|
||||
export interface AppVersion {
|
||||
name: string;
|
||||
version: string;
|
||||
date: Date;
|
||||
}
|
||||
Reference in New Issue
Block a user