mirror of
https://github.com/jambonz/jambonz-webapp.git
synced 2026-07-04 19:21:58 +00:00
Add AccountSid to Accounts List
This commit is contained in:
@@ -198,6 +198,7 @@ const AccountsList = () => {
|
||||
getContent={getAccounts}
|
||||
columns={[
|
||||
{ header: 'Name', key: 'name' },
|
||||
{ header: 'AccountSid', key: 'sid' },
|
||||
{ header: 'SIP Realm', key: 'sip_realm' },
|
||||
{ header: 'Registration Webhook', key: 'url' },
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user