File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
console/src/pages/console/settings/api-keys/backend-api-keys Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -217,6 +217,7 @@ export function ListBackendApiKeysCard() {
217
217
</ HoverCard >
218
218
</ div >
219
219
</ TableHead >
220
+ < TableHead > Type</ TableHead >
220
221
< TableHead > Status</ TableHead >
221
222
< TableHead > Created</ TableHead >
222
223
< TableHead className = "text-right" > Actions</ TableHead >
@@ -239,6 +240,15 @@ export function ListBackendApiKeysCard() {
239
240
label = "Backend API Key ID"
240
241
/>
241
242
</ TableCell >
243
+ < TableCell >
244
+ { key . authenticationOnly ? (
245
+ < Badge variant = "secondary" >
246
+ Authentication Only
247
+ </ Badge >
248
+ ) : (
249
+ < Badge > Full Access</ Badge >
250
+ ) }
251
+ </ TableCell >
242
252
< TableCell >
243
253
{ key . revoked ? (
244
254
< Badge variant = "secondary" > Revoked</ Badge >
You can’t perform that action at this time.
0 commit comments