We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents adf2c7c + 84b1db2 commit d9682ebCopy full SHA for d9682eb
src/components/SeatsAnalysisViewer.vue
@@ -43,9 +43,9 @@
43
<v-main class="p-1" style="min-height: 300px;">
44
<v-container style="min-height: 300px;" class="px-4 elevation-2">
45
<br>
46
- <h2>No Activity in last 7 days (Including Never used seats) </h2>
+ <h2>All assigned seats </h2>
47
48
- <v-data-table :headers="headers" :items="unusedSeats" :items-per-page="10" class="elevation-2">
+ <v-data-table :headers="headers" :items="totalSeats" :items-per-page="10" class="elevation-2">
49
<template v-slot:item="{ item }">
50
<tr>
51
<td>{{ item.login }}</td>
0 commit comments