Skip to content

Commit

Permalink
fix(modules): sessions, not connections
Browse files Browse the repository at this point in the history
in username quota
  • Loading branch information
Kinplemelon committed Sep 9, 2024
1 parent 3c3ca5c commit c02445a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
</div>
<el-table :data="tableData">
<el-table-column prop="username" :label="$t('Clients.username')" />
<el-table-column prop="used" :label="$t('Overview.connectionNumber')">
<el-table-column prop="used" :label="$t('Modules.numberOfSessions')">
<template slot-scope="{ row }">
{{ row.used }}
<el-button size="mini" @click="viewDetail(row)">{{ $t('Overview.view') }}</el-button>
Expand Down

0 comments on commit c02445a

Please sign in to comment.