Skip to content

Commit 84b1db2

Browse files
author
Andre Kolodochka
committed
Update SeatsAnalysisViewer.vue to display all assigned seats instead of unused seats
1 parent adf2c7c commit 84b1db2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/SeatsAnalysisViewer.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@
4343
<v-main class="p-1" style="min-height: 300px;">
4444
<v-container style="min-height: 300px;" class="px-4 elevation-2">
4545
<br>
46-
<h2>No Activity in last 7 days (Including Never used seats) </h2>
46+
<h2>All assigned seats </h2>
4747
<br>
48-
<v-data-table :headers="headers" :items="unusedSeats" :items-per-page="10" class="elevation-2">
48+
<v-data-table :headers="headers" :items="totalSeats" :items-per-page="10" class="elevation-2">
4949
<template v-slot:item="{ item }">
5050
<tr>
5151
<td>{{ item.login }}</td>

0 commit comments

Comments
 (0)