v1.6.0 #221
1
package-lock.json
generated
1
package-lock.json
generated
@@ -7,7 +7,6 @@
|
|||||||
"": {
|
"": {
|
||||||
"name": "termix",
|
"name": "termix",
|
||||||
"version": "1.6.0",
|
"version": "1.6.0",
|
||||||
"hasInstallScript": true,
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@hookform/resolvers": "^5.1.1",
|
"@hookform/resolvers": "^5.1.1",
|
||||||
"@radix-ui/react-accordion": "^1.2.11",
|
"@radix-ui/react-accordion": "^1.2.11",
|
||||||
|
|||||||
@@ -38,10 +38,10 @@ export const MobileApp: FC = () => {
|
|||||||
<Terminal
|
<Terminal
|
||||||
ref={terminalRef}
|
ref={terminalRef}
|
||||||
hostConfig={{
|
hostConfig={{
|
||||||
ip: "192.210.197.55",
|
ip: "n/a",
|
||||||
port: 22,
|
port: 22,
|
||||||
username: "bugattiguy527",
|
username: "n/a",
|
||||||
password: "bugatti$123"
|
password: "n/a"
|
||||||
}}
|
}}
|
||||||
isVisible={true}
|
isVisible={true}
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user