Add AccountSid to Accounts List

This commit is contained in:
James Nuanez
2020-07-25 13:06:12 -07:00
parent 6835ac127f
commit 49caba6c9f
@@ -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' },
]}