Skip to content

Commit

Permalink
fixed npm warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
feyruzb committed Nov 5, 2024
1 parent c396d59 commit 0caea7e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 12 deletions.
12 changes: 6 additions & 6 deletions web/server/vue-cli/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 2 additions & 6 deletions web/server/vue-cli/src/views/NewFeatures.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
<!-- eslint-disable max-len -->
<v-container fluid>
<v-timeline align-top>


<v-timeline-item fill-dot icon="mdi-star">
<new-release-item>
<template v-slot:title>
Expand Down Expand Up @@ -42,20 +40,18 @@
<template v-slot:title>
New Static HTML Report Pages
</template>
The static HTML generation is rewritten so it can handle much larger result set.
The static HTML generation is rewritten so it can handle much larger result set.
</new-feature-item>

<new-feature-item>
<template v-slot:title>
New report filter to list closed and outstanding reports
</template>
A new filter has been added to list outstanding and closed reports. An outstanding report is a report with detection status new, reopened, unresolved with review status unreviewed or confirmed.
A new filter has been added to list outstanding and closed reports. An outstanding report is a report with detection status new, reopened, unresolved with review status unreviewed or confirmed.
</new-feature-item>

</new-release-item>
</v-timeline-item>


<v-timeline-item fill-dot icon="mdi-star" color="green lighten-1">
<new-release-item color="green lighten-1">
<template v-slot:title>
Expand Down

0 comments on commit 0caea7e

Please sign in to comment.