Skip to content

Commit

Permalink
review updates
Browse files Browse the repository at this point in the history
Signed-off-by: George M Dias <[email protected]>
  • Loading branch information
georgedias committed May 28, 2024
1 parent 7145a00 commit d135922
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions apps/frontend/src/components/global/ExportCKLModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
<v-col cols="2">
<v-checkbox
v-model="formatProfileTitle"
v-b-tooltip.hover
title="Attempts to format the profile title into a proper CKL title name"
class="mx-2"
label="Format Profile Title"
/>
Expand Down Expand Up @@ -559,6 +561,7 @@ export default class ExportCKLModal extends Vue {
// Find if we need to format the name
let index = 0;
// Only format for UCs where the name ends with values contained in the baselineArray
const baselineArray = ['stig-baseline', 'cis-baseline', 'srg-baseline'];
for (const baseline of baselineArray) {
if (name.indexOf(baseline) > 0) {
Expand Down

0 comments on commit d135922

Please sign in to comment.