Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cleaned up unnecessary CPG tooltips #4201

Merged
merged 1 commit into from
Oct 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -78,31 +78,6 @@ <h3>{{ groupingTitle }}</h3>
</p>
</ng-container>

<div class="mb-4" *ngIf="this.assessSvc.assessment?.maturityModel?.modelId == 11">
<strong>{{t('questions.cpg answer key')}}</strong>
<ul style="list-style-type: none;">
<li><span
style="background-color:#006000; width: 20px; height: 20px; display: inline-block; vertical-align: middle"></span>
{{t('answer-options.button-tooltips.imp-cpg')}}
</li>
<li>
<span
style="background-color:#0a4b6e; width: 20px; height: 20px; display: inline-block; vertical-align: middle"></span>
{{t('answer-options.button-tooltips.prog-cpg')}}
</li>
<li>
<span
style="background-color:#b17300; width: 20px; height: 20px; display: inline-block; vertical-align: middle"></span>
{{t('answer-options.button-tooltips.scoped-cpg')}}
</li>
<li>
<span
style="background-color:#990000; width: 20px; height: 20px; display: inline-block; vertical-align: middle"></span>
{{t('answer-options.button-tooltips.not-cpg')}}
</li>
</ul>
</div>

<div *ngIf="!groupings" class="w-100">
<div class="spinner-container" style="margin: 2em auto">
<div style="max-width: 50px; max-height: 50px;"></div>
Expand Down
8 changes: 4 additions & 4 deletions CSETWebNg/src/assets/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -438,10 +438,10 @@
"partial-mvra": "Partial",
"alt-acet": "Yes(C)",
"yes(c)": "Yes Compensating Control",
"imp-cpg": "Implemented - An organization has implemented and continues to maintain the recommended actions, or a suitable alternative, necessary to achieve the stated outcome.",
"prog-cpg": "In Progress - An organization is in the process of implementing the recommended actions within a goal, or a suitable alternative, to achieve the stated outcome.",
"scoped-cpg": "Scoped - An organization has identified the full set of activities required to meet the stated outcome of a goal.",
"not-cpg": "Not Implemented - An organization has no immediate plans to implement the recommended actions for a goal.",
"imp-cpg": "Implemented",
"prog-cpg": "In Progress",
"scoped-cpg": "Scoped",
"not-cpg": "Not Implemented",
"fi-c2m2": "Fully Implemented - Complete",
"li-c2m2": "Largely Implemented - Complete, but with a recognized opportunity for improvement",
"pi-c2m2": "Partially Implemented - Incomplete; there are multiple opportunities for improvement",
Expand Down
8 changes: 4 additions & 4 deletions CSETWebNg/src/assets/i18n/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -356,10 +356,10 @@
"not-mvra": "No",
"partial-mvra": "Parcial",
"yes(c)": "Sí - control de contrapartida",
"imp-cpg": "Implementado - Una organización ha implementado y continúa manteniendo las acciones recomendadas, o una alternativa adecuada, necesaria para lograr el resultado establecido.",
"prog-cpg": "En curso - Una organización está en el proceso de implementar las acciones recomendadas dentro de una meta, o una alternativa adecuada, para lograr el resultado establecido.",
"scoped-cpg": "Delimitado - Una organización ha identificado el conjunto completo de actividades requeridas para alcanzar el resultado establecido de una meta.",
"not-cpg": "No implementado - Una organización no tiene planes inmediatos para implementar las acciones recomendadas para una meta.",
"imp-cpg": "Implementado",
"prog-cpg": "En curso",
"scoped-cpg": "Delimitado",
"not-cpg": "No implementado",
"fi-c2m2": "[ES] Fully Implemented - Complete",
"li-c2m2": "[ES] Largely Implemented - Complete, but with a recognized opportunity for improvement",
"pi-c2m2": "[ES] Partially Implemented - Incomplete; there are multiple opportunities for improvement",
Expand Down
8 changes: 4 additions & 4 deletions CSETWebNg/src/assets/i18n/uk.json
Original file line number Diff line number Diff line change
Expand Up @@ -330,10 +330,10 @@
"partial-mvra": "Частковий",
"alt-acet": "Так (C)",
"yes(c)": "Так, компенсаційний контроль",
"imp-cpg": "Реалізовано – організація впровадила та продовжує підтримувати рекомендовані дії або відповідну альтернативу, необхідну для досягнення заявленого результату.",
"prog-cpg": "В процесі – організація перебуває в процесі впровадження рекомендованих дій у межах цілі або відповідної альтернативи для досягнення заявленого результату.",
"scoped-cpg": "Обсяг – організація визначила повний набір необхідних заходів, необхідних для досягнення заявленого результату мети.",
"not-cpg": "Не реалізовано – організація не має найближчих планів впровадження рекомендованих дій для досягнення мети.",
"imp-cpg": "Реалізовано",
"prog-cpg": "В процесі",
"scoped-cpg": "Обсяг",
"not-cpg": "Не реалізовано",
"fi-c2m2": "Повністю реалізовано - Завершено",
"li-c2m2": "В основному реалізовано - Завершено, але існує визнана можливість для вдосконалення",
"pi-c2m2": "Частково реалізовано - Незавершено; існує кілька можливостей для вдосконалення",
Expand Down
Loading