mirror of
https://github.com/fosrl/pangolin.git
synced 2026-06-23 07:41:50 +00:00
Add gray bar
This commit is contained in:
@@ -476,6 +476,13 @@ export default function RdpClient({
|
||||
>
|
||||
{t("sshTerminate")}
|
||||
</Button>
|
||||
<Button
|
||||
size="sm"
|
||||
variant="secondary"
|
||||
onClick={() => ui()?.ctrlAltDel()}
|
||||
>
|
||||
{t("browserGatewayCtrlAltDel")}
|
||||
</Button>
|
||||
<Button
|
||||
size="sm"
|
||||
variant="secondary"
|
||||
@@ -513,7 +520,7 @@ export default function RdpClient({
|
||||
>
|
||||
{t("rdpUploadFiles")}
|
||||
</Button>
|
||||
<Button
|
||||
{/* <Button
|
||||
size="sm"
|
||||
variant="secondary"
|
||||
onClick={() => ui()?.setScale(1)}
|
||||
@@ -533,14 +540,7 @@ export default function RdpClient({
|
||||
onClick={() => ui()?.setScale(3)}
|
||||
>
|
||||
{t("rdpReal")}
|
||||
</Button>
|
||||
<Button
|
||||
size="sm"
|
||||
variant="secondary"
|
||||
onClick={() => ui()?.ctrlAltDel()}
|
||||
>
|
||||
{t("browserGatewayCtrlAltDel")}
|
||||
</Button>
|
||||
</Button> */}
|
||||
{/* <Button
|
||||
size="sm"
|
||||
variant="secondary"
|
||||
|
||||
Reference in New Issue
Block a user