Skip to content

Commit

Permalink
feat(web): Add new Nginx version options in Ansible Template service
Browse files Browse the repository at this point in the history
  • Loading branch information
MiladSadeghi committed Dec 4, 2024
1 parent 1d04c54 commit 3b9d06e
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions web/src/pages/ansible/nginx/data/select-options.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,20 @@ export const VersionOptions = [
value: 'latest',
label: 'Latest',
},
{
value: '1.27.3-1',
label: '1.27.3-1',
},
{
value: '1.25.5-1',
label: '1.25.5-1',
},
{
value: '1.23.4-1',
label: '1.23.4-1',
},
{
value: '1.21.6-1',
label: '1.21.6-1',
},
];

0 comments on commit 3b9d06e

Please sign in to comment.