@electerm/electerm-react 1.34.46 → 1.34.48
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -221,8 +221,11 @@ export default class InfoModal extends Component {
|
|
|
221
221
|
</div>
|
|
222
222
|
)
|
|
223
223
|
})
|
|
224
|
-
}
|
|
225
|
-
|
|
224
|
+
}
|
|
225
|
+
]
|
|
226
|
+
|
|
227
|
+
if (!window.et.isWebApp) {
|
|
228
|
+
items.push({
|
|
226
229
|
key: infoTabs.cmd,
|
|
227
230
|
label: e('commandLineUsage'),
|
|
228
231
|
children: (
|
|
@@ -230,8 +233,8 @@ export default class InfoModal extends Component {
|
|
|
230
233
|
<code>{commandLineHelp}</code>
|
|
231
234
|
</pre>
|
|
232
235
|
)
|
|
233
|
-
}
|
|
234
|
-
|
|
236
|
+
})
|
|
237
|
+
}
|
|
235
238
|
|
|
236
239
|
return (
|
|
237
240
|
<Modal
|