Skip to content

Commit

Permalink
show upcomming versions below SNAPSHOTS
Browse files Browse the repository at this point in the history
but don't select them as default. In general a warning message could be
added for these versions.

Signed-off-by: Paul Spooren <mail@aparcar.org>
  • Loading branch information
aparcar committed Dec 2, 2024
1 parent 7d0f3cd commit ec49714
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions www/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -831,6 +831,10 @@ async function init() {
insertSnapshotVersions(versions);
}

if (config.upcoming_version != "") {
versions.push(obj.upcoming_version);
}

return {
versions: versions,
image_url_override: obj.image_url_override,
Expand Down

0 comments on commit ec49714

Please sign in to comment.