From 49caba6c9f59c458cc71fd15e7128d6772582bc2 Mon Sep 17 00:00:00 2001 From: James Nuanez Date: Sat, 25 Jul 2020 13:06:12 -0700 Subject: [PATCH] Add AccountSid to Accounts List --- src/components/pages/internal/AccountsList.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/pages/internal/AccountsList.js b/src/components/pages/internal/AccountsList.js index cbf914d..662bc11 100644 --- a/src/components/pages/internal/AccountsList.js +++ b/src/components/pages/internal/AccountsList.js @@ -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' }, ]}