mirror of
https://github.com/Infisical/infisical.git
synced 2026-01-08 15:13:55 -05:00
req detail page tweak
This commit is contained in:
@@ -43,7 +43,7 @@ export const RequestDetailsSection = ({ request }: Props) => {
|
||||
</GenericFieldLabel>
|
||||
<GenericFieldLabel label="Requester Email">{request.requesterEmail}</GenericFieldLabel>
|
||||
<GenericFieldLabel label="Account Path">{accountPath}</GenericFieldLabel>
|
||||
<GenericFieldLabel label="Duration">{accessDuration}</GenericFieldLabel>
|
||||
<GenericFieldLabel label="Access Duration">{accessDuration}</GenericFieldLabel>
|
||||
{request.justification && (
|
||||
<GenericFieldLabel label="Justification">
|
||||
<p className="rounded-sm bg-mineshaft-600 p-2 text-xs break-words">
|
||||
|
||||
Reference in New Issue
Block a user