Skip to content

Commit

Permalink
feat(scan): connections stats
Browse files Browse the repository at this point in the history
  • Loading branch information
popstas committed Dec 26, 2020
1 parent 8467d05 commit 0b9203a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pages/scan.vue
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@
<li>running: {{ running }}</li>
<!-- <li>available: {{ available }}</li> -->
<li>pending: {{ pending }}</li>
<li>connections: {{ connections }}</li>
</ul>
</el-col>
<el-col :span="12">
Expand Down Expand Up @@ -222,6 +223,7 @@ export default {
running: '',
available: '',
pending: '',
connections: '',
scansTotal: '',
pagesTotal: '',
scansTotalAll: '',
Expand Down

0 comments on commit 0b9203a

Please sign in to comment.