mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-09-13 07:10:51 +02: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