pywebexec 1.7.9__py3-none-any.whl → 1.7.10__py3-none-any.whl
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.
- pywebexec/static/js/script.js +2 -2
- pywebexec/version.py +2 -2
- {pywebexec-1.7.9.dist-info → pywebexec-1.7.10.dist-info}/METADATA +1 -1
- {pywebexec-1.7.9.dist-info → pywebexec-1.7.10.dist-info}/RECORD +8 -8
- {pywebexec-1.7.9.dist-info → pywebexec-1.7.10.dist-info}/LICENSE +0 -0
- {pywebexec-1.7.9.dist-info → pywebexec-1.7.10.dist-info}/WHEEL +0 -0
- {pywebexec-1.7.9.dist-info → pywebexec-1.7.10.dist-info}/entry_points.txt +0 -0
- {pywebexec-1.7.9.dist-info → pywebexec-1.7.10.dist-info}/top_level.txt +0 -0
pywebexec/static/js/script.js
CHANGED
@@ -143,8 +143,8 @@ document.getElementById('launchForm').addEventListener('submit', async (event) =
|
|
143
143
|
}
|
144
144
|
const data = await response.json();
|
145
145
|
//await new Promise(r => setTimeout(r, 300));// not ok
|
146
|
-
fetchCommands();
|
147
146
|
viewOutput(data.command_id);
|
147
|
+
fetchCommands();
|
148
148
|
commandInput.focus()
|
149
149
|
commandInput.setSelectionRange(0, commandInput.value.length)
|
150
150
|
} catch (error) {
|
@@ -334,8 +334,8 @@ async function relaunchCommand(command_id, event) {
|
|
334
334
|
throw new Error('Failed to relaunch command');
|
335
335
|
}
|
336
336
|
const relaunchData = await relaunchResponse.json();
|
337
|
-
fetchCommands();
|
338
337
|
viewOutput(relaunchData.command_id);
|
338
|
+
fetchCommands();
|
339
339
|
} catch (error) {
|
340
340
|
console.log('Error relaunching command:', error);
|
341
341
|
alert('Failed to relaunch command. Please try again.');
|
pywebexec/version.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
pywebexec/__init__.py,sha256=4spIsVaF8RJt8S58AG_wWoORRNkws9Iwqprj27C3ljM,99
|
2
2
|
pywebexec/pywebexec.py,sha256=MmpHK2SscvIPj1gmV9AcJXYfeaL-at5BDgLhKIxzZBc,33604
|
3
|
-
pywebexec/version.py,sha256=
|
3
|
+
pywebexec/version.py,sha256=BcMHo4x9krobfBaTHQOg-i0s8jUuLIhj-_tcl9epPPg,413
|
4
4
|
pywebexec/static/css/Consolas NF.ttf,sha256=DJEOzF0eqZ-kxu3Gs_VE8X0NJqiobBzmxWDGpdgGRxI,1313900
|
5
5
|
pywebexec/static/css/style.css,sha256=3s7QgbCh4wb7kfZ7Pjo-B6o3lDIBogZ-3j6AfaPdpzU,8209
|
6
6
|
pywebexec/static/css/xterm.css,sha256=uo5phWaUiJgcz0DAzv46uoByLLbJLeetYosL1xf68rY,5559
|
@@ -22,7 +22,7 @@ pywebexec/static/images/running.svg,sha256=fBCYwYb2O9K4N3waC2nURP25NRwZlqR4PbDZy
|
|
22
22
|
pywebexec/static/images/success.svg,sha256=NVwezvVMplt46ElW798vqGfrL21Mw_DWHUp_qiD_FU8,489
|
23
23
|
pywebexec/static/js/commands.js,sha256=h2fkd9qpypLBxvhEEbay23nwuqUwcKJA0vHugcyL8pU,7961
|
24
24
|
pywebexec/static/js/popup.js,sha256=_2GzUizJ-sdZFWG7SZwbYJTPbu4EvVq7D5Q_UE8nepA,9452
|
25
|
-
pywebexec/static/js/script.js,sha256=
|
25
|
+
pywebexec/static/js/script.js,sha256=VUrypyN39pawdT-uEQqvgve0nQuGZrQ5Q5L3WDOk9Vk,18530
|
26
26
|
pywebexec/static/js/xterm/LICENSE,sha256=EU1P4eXTull-_T9I80VuwnJXubB-zLzUl3xpEYj2T1M,1083
|
27
27
|
pywebexec/static/js/xterm/addon-canvas.js,sha256=ez6QTVvsmLVNJmdJlM-ZQ5bErwlxAQ_9DUmDIptl2TM,94607
|
28
28
|
pywebexec/static/js/xterm/addon-canvas.js.map,sha256=ECBA4B-BqUpdFeRzlsEWLSQnudnhLP-yPQJ8_hKquMo,379537
|
@@ -35,9 +35,9 @@ pywebexec/static/js/xterm/xterm.js.map,sha256=Y7O2Pb-fIS7Z8AC1D5s04_aiW_Jf1f4mCf
|
|
35
35
|
pywebexec/templates/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
36
36
|
pywebexec/templates/index.html,sha256=CcLN3v_42lnj4juiTntDTiGHJ8-zQnmB9oqpSK_0kks,2981
|
37
37
|
pywebexec/templates/popup.html,sha256=f5m4u8WKpkevL2mQamGqo4_y-rSuLOXGuNsezuUbniY,1508
|
38
|
-
pywebexec-1.7.
|
39
|
-
pywebexec-1.7.
|
40
|
-
pywebexec-1.7.
|
41
|
-
pywebexec-1.7.
|
42
|
-
pywebexec-1.7.
|
43
|
-
pywebexec-1.7.
|
38
|
+
pywebexec-1.7.10.dist-info/LICENSE,sha256=gRJf0JPT_wsZJsUGlWPTS8Vypfl9vQ1qjp6sNbKykuA,1064
|
39
|
+
pywebexec-1.7.10.dist-info/METADATA,sha256=C22AhjECWjwwIzMYNlksxKgkEiMHunck34lwNK0adXM,8149
|
40
|
+
pywebexec-1.7.10.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
41
|
+
pywebexec-1.7.10.dist-info/entry_points.txt,sha256=l52GBkPCXRkmlHfEyoVauyfBdg8o-CAtC8qQpOIjJK0,55
|
42
|
+
pywebexec-1.7.10.dist-info/top_level.txt,sha256=vHoHyzngrfGdm_nM7Xn_5iLmaCrf10XO1EhldgNLEQ8,10
|
43
|
+
pywebexec-1.7.10.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|