mirror of https://github.com/sualko/cloud_bbb
feat: add room quota to manager
parent
95aa5a3eac
commit
971df674ec
|
@ -152,7 +152,10 @@ const App: React.FC<Props> = () => {
|
|||
t('bbb', 'You exceeded the maximum number of rooms.')
|
||||
}</p>}
|
||||
</td>
|
||||
<td colSpan={4} />
|
||||
<td />
|
||||
<td colSpan={3}>
|
||||
<p className="text-muted">{t('bbb', 'Room quota:')} {rooms.filter(room => room.userId === OC.currentUser).length} / {maxRooms}</p>
|
||||
</td>
|
||||
</tr>
|
||||
</tfoot>
|
||||
</table>
|
||||
|
|
Loading…
Reference in New Issue