This repository was archived by the owner on Mar 5, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 118
DOCSP-21728 Update Blue Banner EOL Alert for CM/OM pages #564
Merged
Merged
Changes from 2 commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
548b404
DOCSP-21728 Update Blue Banner EOL Alert for CM/OM pages
kanchana-mongodb cf7d5d0
DOCSP-21728 updates for OM
kanchana-mongodb 007523f
Update themes/mms-onprem/page.html
kanchana-mongodb f3e8c5e
Update themes/mms-cloud/page.html
kanchana-mongodb f25cc38
Update themes/mms-onprem/page.html
kanchana-mongodb 7815fc0
DOCSP-21728 small typo fix
kanchana-mongodb File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -50,6 +50,22 @@ <h4 class="alert-heading" style="margin-bottom: 10px;">The MongoDB Agent has bee | |
| </div> | ||
| {%- endif %} | ||
|
|
||
| {%- if theme_backup_monitoring_eol %} | ||
| <div class="alert alert-info alert-dismissible fade in" role="alert" style="margin-left: 20px"> | ||
| <button type="button" class="close" data-dismiss="alert" aria-label="Close"> | ||
| <span aria-hidden="true">×</span> | ||
| </button> | ||
| <span class="alert-message"> | ||
| <h4 class="alert-heading" style="margin-bottom: 10px;">Ops | ||
| Manager will no longer support Backup and Monitoring for | ||
|
||
| MongoDB 2.6, 3.0, 3.2, or 3.4 after September 30, 2022. | ||
| Please <a href="{{theme_base_url}}/cloud-manager/tutorial/change-mongodb-version/">upgrade your MongoDB deployment</a> | ||
| or <a href="{{theme_base_url}}/atlas/migration-to-atlas-choosing/">migrate to Atlas.</a> | ||
| </h4> | ||
| </span> | ||
| </div> | ||
| {%- endif %} | ||
|
|
||
| {%- endblock -%} | ||
|
|
||
|
|
||
|
|
||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.