mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 15:53:27 +00:00
[EC-247] Add columns to provider portal clients table (#3147)
* Added properties "userCount", "seats" and "plan" to ProviderOrganizationResponse * Added text message "numberOfUsers" * Updated provider clients component with new columns * Removed never used dependency * Changed userCount to non nullable number * Added condition on the component to only show seats number if not null * Changed view condition to an explicit check
This commit is contained in:
@@ -5306,5 +5306,8 @@
|
||||
},
|
||||
"cardBrandMir": {
|
||||
"message": "Mir"
|
||||
},
|
||||
"numberOfUsers": {
|
||||
"message": "Number of users"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user