Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
A
aisbf
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexlab
aisbf
Commits
c4c3f2af
Commit
c4c3f2af
authored
Apr 24, 2026
by
Stefy Lanza (nextime / spora )
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
docs: clarify notifyerrors labels in rotations dashboard
parent
68d804ef
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
rotations.html
templates/dashboard/rotations.html
+2
-2
No files found.
templates/dashboard/rotations.html
View file @
c4c3f2af
...
...
@@ -32,7 +32,7 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
<div
class=
"form-group"
style=
"margin-bottom: 20px;"
>
<label>
<input
type=
"checkbox"
id=
"global-notify"
onchange=
"updateGlobalNotify(this.checked)"
>
Global Notify Errors
Global Notify Errors
— return errors as messages (not HTTP 503) when all providers fail
</label>
</div>
...
...
@@ -178,7 +178,7 @@ function renderRotationDetails(rotationKey) {
<div class="form-group">
<label>
<input type="checkbox"
${
rotation
.
notifyerrors
?
'checked'
:
''
}
onchange="updateRotation('
${
rotationKey
}
', 'notifyerrors', this.checked)">
Notify Errors
Notify Errors
— return errors as messages (not HTTP 503) when all providers fail
</label>
</div>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment