Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
linuxops
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
linuxsupport
websites
linuxops
Commits
9206e83d
Commit
9206e83d
authored
1 month ago
by
Steve Traylen
Committed by
Alex Iribarren
1 month ago
Browse files
Options
Downloads
Patches
Plain Diff
Addition of check boxes for 10
parent
00f5f643
Branches
Branches containing commit
No related tags found
1 merge request
!141
Addition of check boxes for 10
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/distributions/openstack.md
+8
-0
8 additions, 0 deletions
docs/distributions/openstack.md
docs/javascripts/testing_form.js
+2
-0
2 additions, 0 deletions
docs/javascripts/testing_form.js
with
10 additions
and
0 deletions
docs/distributions/openstack.md
+
8
−
0
View file @
9206e83d
...
...
@@ -35,6 +35,10 @@ that will open in a new tab.
<input
type=
"checkbox"
id=
"TEST_OS9al"
name=
"TEST_OS9al"
>
<label
for=
"TEST_OS9al"
>
AlmaLinux 9
</label>
</div>
<div>
<input
type=
"checkbox"
id=
"TEST_OS10al"
name=
"TEST_OS10al"
>
<label
for=
"TEST_OS10al"
>
AlmaLinux 10
</label>
</div>
<div>
<input
type=
"checkbox"
id=
"TEST_OSRH8"
name=
"TEST_OSRH8"
>
<label
for=
"TEST_OSRH8"
>
RHEL 8
</label>
...
...
@@ -43,6 +47,10 @@ that will open in a new tab.
<input
type=
"checkbox"
id=
"TEST_OSRH9"
name=
"TEST_OSRH9"
>
<label
for=
"TEST_OSRH9"
>
RHEL 9
</label>
</div>
<div>
<input
type=
"checkbox"
id=
"TEST_OSRH10"
name=
"TEST_OSRH10"
>
<label
for=
"TEST_OSRH10"
>
RHEL 10
</label>
</div>
</fieldset>
<fieldset>
...
...
This diff is collapsed.
Click to expand it.
docs/javascripts/testing_form.js
+
2
−
0
View file @
9206e83d
...
...
@@ -7,8 +7,10 @@ function validate() {
const
OSes
=
[
document
.
image_ci
.
TEST_OS8al
.
checked
,
document
.
image_ci
.
TEST_OS9al
.
checked
,
document
.
image_ci
.
TEST_OS10al
.
checked
,
document
.
image_ci
.
TEST_OSRH8
.
checked
,
document
.
image_ci
.
TEST_OSRH9
.
checked
,
document
.
image_ci
.
TEST_OSRH10
.
checked
,
].
filter
(
value
=>
value
===
true
).
length
;
const
Instances
=
[
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment