mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
make before and after more clear in roll back
This commit is contained in:
committed by
Akhil Mohan
parent
d57920706a
commit
8a10dc8983
@@ -101,8 +101,8 @@ export const SecretItem = ({ mode, preSecret, postSecret }: Props) => {
|
||||
<Th className="min-table-row min-w-[11rem] border-r border-mineshaft-600">Type</Th>
|
||||
{isModified ? (
|
||||
<>
|
||||
<Th className="border-r border-mineshaft-600">Before</Th>
|
||||
<Th>After</Th>
|
||||
<Th className="border-r border-mineshaft-600">Before rollback</Th>
|
||||
<Th>After rollback</Th>
|
||||
</>
|
||||
) : (
|
||||
<Th>Value</Th>
|
||||
|
||||
Reference in New Issue
Block a user