pywebexec 1.5.15__py3-none-any.whl → 1.5.17__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/popup.js +1 -0
- pywebexec/static/js/script.js +1 -1
- pywebexec/version.py +2 -2
- {pywebexec-1.5.15.dist-info → pywebexec-1.5.17.dist-info}/METADATA +1 -1
- {pywebexec-1.5.15.dist-info → pywebexec-1.5.17.dist-info}/RECORD +9 -9
- {pywebexec-1.5.15.dist-info → pywebexec-1.5.17.dist-info}/LICENSE +0 -0
- {pywebexec-1.5.15.dist-info → pywebexec-1.5.17.dist-info}/WHEEL +0 -0
- {pywebexec-1.5.15.dist-info → pywebexec-1.5.17.dist-info}/entry_points.txt +0 -0
- {pywebexec-1.5.15.dist-info → pywebexec-1.5.17.dist-info}/top_level.txt +0 -0
pywebexec/static/js/popup.js
CHANGED
@@ -215,6 +215,7 @@ window.addEventListener('resize', adjustOutputHeight);
|
|
215
215
|
window.addEventListener('load', () => {
|
216
216
|
slider = document.getElementById('outputSlider');
|
217
217
|
slider.addEventListener('input', sliderUpdateOutput);
|
218
|
+
adjustOutputHeight();
|
218
219
|
const commandId = window.location.pathname.split('/').slice(-1)[0];
|
219
220
|
viewOutput(commandId);
|
220
221
|
});
|
pywebexec/static/js/script.js
CHANGED
@@ -432,8 +432,8 @@ toggleButton.addEventListener('click', toggleFetchOutput);
|
|
432
432
|
window.addEventListener('resize', adjustOutputHeight);
|
433
433
|
window.addEventListener('load', () => {
|
434
434
|
initResizer();
|
435
|
-
fitAddon.fit();
|
436
435
|
fetchCommands();
|
436
|
+
adjustOutputHeight();
|
437
437
|
setInterval(fetchCommands, 5000);
|
438
438
|
});
|
439
439
|
|
pywebexec/version.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
pywebexec/__init__.py,sha256=4spIsVaF8RJt8S58AG_wWoORRNkws9Iwqprj27C3ljM,99
|
2
2
|
pywebexec/pywebexec.py,sha256=hvI-vJUhokza4ozxPuuhWGFv3rMV0gqQNfNHW8eYXKk,29001
|
3
|
-
pywebexec/version.py,sha256=
|
3
|
+
pywebexec/version.py,sha256=pqPZqU0SMvSiE-_JolScA8UT2UZT9TmDka1pcSoM4sg,413
|
4
4
|
pywebexec/static/css/Consolas NF.ttf,sha256=DJEOzF0eqZ-kxu3Gs_VE8X0NJqiobBzmxWDGpdgGRxI,1313900
|
5
5
|
pywebexec/static/css/style.css,sha256=AryZifTwse0a711MRgHgWFWWWzAzO-FyA6mnVLewVnk,7704
|
6
6
|
pywebexec/static/css/xterm.css,sha256=uo5phWaUiJgcz0DAzv46uoByLLbJLeetYosL1xf68rY,5559
|
@@ -18,8 +18,8 @@ pywebexec/static/images/resume.svg,sha256=99LP1Ya2JXakRCO9kW8JMuT_4a_CannF65Eiuw
|
|
18
18
|
pywebexec/static/images/running.svg,sha256=fBCYwYb2O9K4N3waC2nURP25NRwZlqR4PbDZy6JQMww,610
|
19
19
|
pywebexec/static/images/success.svg,sha256=PJDcCSTevJh7rkfSFLtc7P0pbeh8PVQBS8DaOLQemmc,489
|
20
20
|
pywebexec/static/js/commands.js,sha256=8JDb3Q55EJOYf2Q9Uy6qEuqAnn1oGjM0RndgQ4aOjqo,7725
|
21
|
-
pywebexec/static/js/popup.js,sha256=
|
22
|
-
pywebexec/static/js/script.js,sha256=
|
21
|
+
pywebexec/static/js/popup.js,sha256=TCzGoPVS_EvwzGc544SvRgLYG7XWXRF8tIQGfu3atrU,8533
|
22
|
+
pywebexec/static/js/script.js,sha256=xs7VbmZNniLLryA84PxyV4ksTRyWccudChNeBU-XpWI,16435
|
23
23
|
pywebexec/static/js/xterm/LICENSE,sha256=EU1P4eXTull-_T9I80VuwnJXubB-zLzUl3xpEYj2T1M,1083
|
24
24
|
pywebexec/static/js/xterm/addon-canvas.js,sha256=ez6QTVvsmLVNJmdJlM-ZQ5bErwlxAQ_9DUmDIptl2TM,94607
|
25
25
|
pywebexec/static/js/xterm/addon-canvas.js.map,sha256=ECBA4B-BqUpdFeRzlsEWLSQnudnhLP-yPQJ8_hKquMo,379537
|
@@ -32,9 +32,9 @@ pywebexec/static/js/xterm/xterm.js.map,sha256=Y7O2Pb-fIS7Z8AC1D5s04_aiW_Jf1f4mCf
|
|
32
32
|
pywebexec/templates/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
33
33
|
pywebexec/templates/index.html,sha256=jY8YUABYuznk8LxWtGx5dn72GhHx1D-DrScx-KeMO6U,2755
|
34
34
|
pywebexec/templates/popup.html,sha256=UgI42un_4N3JwyeQJfvVC1Vm9Pn23MEWKKVcs1gsInA,1362
|
35
|
-
pywebexec-1.5.
|
36
|
-
pywebexec-1.5.
|
37
|
-
pywebexec-1.5.
|
38
|
-
pywebexec-1.5.
|
39
|
-
pywebexec-1.5.
|
40
|
-
pywebexec-1.5.
|
35
|
+
pywebexec-1.5.17.dist-info/LICENSE,sha256=gRJf0JPT_wsZJsUGlWPTS8Vypfl9vQ1qjp6sNbKykuA,1064
|
36
|
+
pywebexec-1.5.17.dist-info/METADATA,sha256=hAJJpBcXIT45uUr5WRQzx_BL0H45UamOcXRa5q77jb4,7802
|
37
|
+
pywebexec-1.5.17.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
38
|
+
pywebexec-1.5.17.dist-info/entry_points.txt,sha256=l52GBkPCXRkmlHfEyoVauyfBdg8o-CAtC8qQpOIjJK0,55
|
39
|
+
pywebexec-1.5.17.dist-info/top_level.txt,sha256=vHoHyzngrfGdm_nM7Xn_5iLmaCrf10XO1EhldgNLEQ8,10
|
40
|
+
pywebexec-1.5.17.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|