pywebexec 1.4.21__py3-none-any.whl → 1.5.0__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 -1
- pywebexec/static/js/script.js +2 -1
- pywebexec/version.py +2 -2
- {pywebexec-1.4.21.dist-info → pywebexec-1.5.0.dist-info}/METADATA +1 -1
- {pywebexec-1.4.21.dist-info → pywebexec-1.5.0.dist-info}/RECORD +9 -9
- {pywebexec-1.4.21.dist-info → pywebexec-1.5.0.dist-info}/LICENSE +0 -0
- {pywebexec-1.4.21.dist-info → pywebexec-1.5.0.dist-info}/WHEEL +0 -0
- {pywebexec-1.4.21.dist-info → pywebexec-1.5.0.dist-info}/entry_points.txt +0 -0
- {pywebexec-1.4.21.dist-info → pywebexec-1.5.0.dist-info}/top_level.txt +0 -0
pywebexec/static/js/popup.js
CHANGED
@@ -6,6 +6,7 @@ let terminal = new Terminal({
|
|
6
6
|
disableStdin: true,
|
7
7
|
convertEol: true,
|
8
8
|
fontFamily: 'Consolas NF, monospace, courier-new, courier',
|
9
|
+
fontSize: 14,
|
9
10
|
scrollback: maxScrollback,
|
10
11
|
theme: {
|
11
12
|
background: '#111412',
|
@@ -141,4 +142,3 @@ window.addEventListener('load', () => {
|
|
141
142
|
const commandId = window.location.pathname.split('/').slice(-1)[0];
|
142
143
|
viewOutput(commandId);
|
143
144
|
});
|
144
|
-
|
pywebexec/static/js/script.js
CHANGED
@@ -16,6 +16,7 @@ function initTerminal()
|
|
16
16
|
disableStdin: true,
|
17
17
|
convertEol: true,
|
18
18
|
fontFamily: 'Consolas NF, monospace, courier-new, courier',
|
19
|
+
fontSize: 14,
|
19
20
|
scrollback: maxScrollback,
|
20
21
|
theme: {
|
21
22
|
background: '#111412',
|
@@ -337,4 +338,4 @@ window.addEventListener('resize', adjustOutputHeight);
|
|
337
338
|
window.addEventListener('load', initResizer);
|
338
339
|
|
339
340
|
fetchCommands();
|
340
|
-
setInterval(fetchCommands, 5000);
|
341
|
+
setInterval(fetchCommands, 5000);
|
pywebexec/version.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
pywebexec/__init__.py,sha256=4spIsVaF8RJt8S58AG_wWoORRNkws9Iwqprj27C3ljM,99
|
2
2
|
pywebexec/pywebexec.py,sha256=hacpB6OnS_ZN1SBmuReTUkvAuenl6czD6aD_yV8wusY,28462
|
3
|
-
pywebexec/version.py,sha256
|
3
|
+
pywebexec/version.py,sha256=OYzqgMEgfFG0au4hzbEdgYI-c7Hxo3wdBtrpEjK1RoY,411
|
4
4
|
pywebexec/static/css/Consolas NF.ttf,sha256=DJEOzF0eqZ-kxu3Gs_VE8X0NJqiobBzmxWDGpdgGRxI,1313900
|
5
5
|
pywebexec/static/css/style.css,sha256=3r7WkJxq0QVbjlviJa5FwXDhJGZzf8Z6VxpcnqIzXGw,5774
|
6
6
|
pywebexec/static/css/xterm.css,sha256=gy8_LGA7Q61DUf8ElwFQzHqHMBQnbbEmpgZcbdgeSHI,5383
|
@@ -14,8 +14,8 @@ pywebexec/static/images/popup.svg,sha256=0Bl9A_v5cBsMPn6FnOlVWlAQKgd2zqiWQbhjcL9
|
|
14
14
|
pywebexec/static/images/running.gif,sha256=iYuzQGkMxrakSIwt6gPieKCImGZoSAHmU5MUNZa7cpw,25696
|
15
15
|
pywebexec/static/images/success.svg,sha256=PJDcCSTevJh7rkfSFLtc7P0pbeh8PVQBS8DaOLQemmc,489
|
16
16
|
pywebexec/static/js/commands.js,sha256=8JDb3Q55EJOYf2Q9Uy6qEuqAnn1oGjM0RndgQ4aOjqo,7725
|
17
|
-
pywebexec/static/js/popup.js,sha256=
|
18
|
-
pywebexec/static/js/script.js,sha256=
|
17
|
+
pywebexec/static/js/popup.js,sha256=aLmkeBOjVg9DECoY-rEFkw-7f9XuAE6r3AQ28Pxbm2c,4796
|
18
|
+
pywebexec/static/js/script.js,sha256=JZWIZaYRBjFD3JEYx9pJy-ITZgn31KiuAO_334SVWbI,12292
|
19
19
|
pywebexec/static/js/xterm/LICENSE,sha256=EU1P4eXTull-_T9I80VuwnJXubB-zLzUl3xpEYj2T1M,1083
|
20
20
|
pywebexec/static/js/xterm/ansi_up.min.js,sha256=KNGV0vEr30hNqKQimTAvGVy-icD5A1JqMQTtvYtKR2Y,13203
|
21
21
|
pywebexec/static/js/xterm/xterm-addon-fit.js,sha256=Pprm9pZe4SadVXS5Bc8b9VnC9Ex4QlWwA0pxOH53Gck,1460
|
@@ -23,9 +23,9 @@ pywebexec/static/js/xterm/xterm.js,sha256=Bzka76jZwEhVt_LlS0e0qMw7ryGa1p5qfxFyeo
|
|
23
23
|
pywebexec/templates/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
24
24
|
pywebexec/templates/index.html,sha256=DYtT555wSNhnFtzzHhPMWJireynCJNnAuTytpoORQeE,2321
|
25
25
|
pywebexec/templates/popup.html,sha256=T6_tAOUoA58sA1oxB5pb8i42RenoMdCsH8T86Gccb6Q,945
|
26
|
-
pywebexec-1.
|
27
|
-
pywebexec-1.
|
28
|
-
pywebexec-1.
|
29
|
-
pywebexec-1.
|
30
|
-
pywebexec-1.
|
31
|
-
pywebexec-1.
|
26
|
+
pywebexec-1.5.0.dist-info/LICENSE,sha256=gRJf0JPT_wsZJsUGlWPTS8Vypfl9vQ1qjp6sNbKykuA,1064
|
27
|
+
pywebexec-1.5.0.dist-info/METADATA,sha256=_1UaSx5wZKCQk3ft2XLKTVJhl8oM6ZFD5tEe_A1EnNU,7800
|
28
|
+
pywebexec-1.5.0.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
29
|
+
pywebexec-1.5.0.dist-info/entry_points.txt,sha256=l52GBkPCXRkmlHfEyoVauyfBdg8o-CAtC8qQpOIjJK0,55
|
30
|
+
pywebexec-1.5.0.dist-info/top_level.txt,sha256=vHoHyzngrfGdm_nM7Xn_5iLmaCrf10XO1EhldgNLEQ8,10
|
31
|
+
pywebexec-1.5.0.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|