+
+ {
+ 'Ask your users to sign up in Grafana Cloud, verify phone number and feel free to set up SMS & phone call notificaitons in personal settings! Only users with Admin or Editor role will be synced.'
+ }
+
+
+
(
+
+
+
+ {count ? count : 0}
+ {` users matched between OSS and Cloud OnCall`}
+
+ {syncingUsers ? (
+
+ ) : (
+
+ )}
+
+
+ )}
+ rowKey="id"
+ // @ts-ignore
+ columns={columns}
+ data={results}
+ pagination={{
+ page,
+ total: Math.ceil((count || 0) / ITEMS_PER_PAGE),
+ onChange: handleChangePage,
+ }}
+ />
+
+