forked from phoenix/litellm-mirror
fix regen api key flow
This commit is contained in:
parent
75cbbea071
commit
a043676dc4
1 changed files with 14 additions and 1 deletions
|
@ -1050,6 +1050,19 @@ const ViewKeyTable: React.FC<ViewKeyTableProps> = ({
|
||||||
</p>
|
</p>
|
||||||
</Col>
|
</Col>
|
||||||
<Col numColSpan={1}>
|
<Col numColSpan={1}>
|
||||||
|
<Text className="mt-3">Key Alias:</Text>
|
||||||
|
<div
|
||||||
|
style={{
|
||||||
|
background: "#f8f8f8",
|
||||||
|
padding: "10px",
|
||||||
|
borderRadius: "5px",
|
||||||
|
marginBottom: "10px",
|
||||||
|
}}
|
||||||
|
>
|
||||||
|
<pre style={{ wordWrap: "break-word", whiteSpace: "normal" }}>
|
||||||
|
{selectedToken?.key_alias || 'No alias set'}
|
||||||
|
</pre>
|
||||||
|
</div>
|
||||||
<Text className="mt-3">New API Key:</Text>
|
<Text className="mt-3">New API Key:</Text>
|
||||||
<div
|
<div
|
||||||
style={{
|
style={{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue