Skip to content

Commit

Permalink
Cosmetic on UI
Browse files Browse the repository at this point in the history
  • Loading branch information
csavelief committed Oct 2, 2024
1 parent 9b9e243 commit e6d7603
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions public/adversary_meter/src/js/_shared/panel.js
Original file line number Diff line number Diff line change
Expand Up @@ -795,13 +795,13 @@ export class Panel extends com.computablefacts.widgets.Widget {
</div>
</div>
<div class="row">
<div class="col-3">
<div class="col-4">
${createTimelineItem(i18next.t('Recherche de ports ouverts...'), timeline.nmap)}
</div>
<div class="col-3">
<div class="col-4">
${createTimelineItem(i18next.t('Recherche de vulnérabilités...'), timeline.sentinel)}
</div>
<div class="col-3">
<div class="col-4">
${createTimelineItem(i18next.t('Prochain scan...'), {start: timeline.next_scan}, true)}
</div>
</div>
Expand Down

0 comments on commit e6d7603

Please sign in to comment.