pywebexec 1.1.0__py3-none-any.whl → 1.1.1__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 +3 -3
- pywebexec/templates/index.html +2 -2
- pywebexec/version.py +2 -2
- {pywebexec-1.1.0.dist-info → pywebexec-1.1.1.dist-info}/METADATA +2 -2
- {pywebexec-1.1.0.dist-info → pywebexec-1.1.1.dist-info}/RECORD +9 -9
- {pywebexec-1.1.0.dist-info → pywebexec-1.1.1.dist-info}/LICENSE +0 -0
- {pywebexec-1.1.0.dist-info → pywebexec-1.1.1.dist-info}/WHEEL +0 -0
- {pywebexec-1.1.0.dist-info → pywebexec-1.1.1.dist-info}/entry_points.txt +0 -0
- {pywebexec-1.1.0.dist-info → pywebexec-1.1.1.dist-info}/top_level.txt +0 -0
pywebexec/static/js/script.js
CHANGED
|
@@ -40,11 +40,11 @@ async function fetchCommands() {
|
|
|
40
40
|
<td>${command.status === 'running' ? formatDuration(command.start_time, new Date().toISOString()) : formatDuration(command.start_time, command.end_time)}</td>
|
|
41
41
|
<td>${command.exit_code}</td>
|
|
42
42
|
<td>${command.command.replace(/^\.\//, '')}</td>
|
|
43
|
-
<td class="monospace outcol">${command.last_output_line || ''}</td>
|
|
44
43
|
<td>
|
|
45
|
-
<button onclick="relaunchCommand('${command.command_id}')">
|
|
46
|
-
|
|
44
|
+
${command.status === 'running' ? `<button onclick="stopCommand('${command.command_id}')">Stop</button>` : ` <button onclick="relaunchCommand('${command.command_id}')">Run</button>
|
|
45
|
+
`}
|
|
47
46
|
</td>
|
|
47
|
+
<td class="monospace outcol">${command.last_output_line || ''}</td>
|
|
48
48
|
`;
|
|
49
49
|
commandsTbody.appendChild(commandRow);
|
|
50
50
|
});
|
pywebexec/templates/index.html
CHANGED
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
<select id="commandName" name="commandName"></select>
|
|
14
14
|
<label for="params">Params</label>
|
|
15
15
|
<input type="text" id="params" name="params">
|
|
16
|
-
<button type="submit">
|
|
16
|
+
<button type="submit">Run</button>
|
|
17
17
|
</form>
|
|
18
18
|
<div class="table-container" id="tableContainer">
|
|
19
19
|
<table>
|
|
@@ -25,8 +25,8 @@
|
|
|
25
25
|
<th>Duration</th>
|
|
26
26
|
<th>Exit</th>
|
|
27
27
|
<th>Command</th>
|
|
28
|
+
<th>Action</th>
|
|
28
29
|
<th>Output</th>
|
|
29
|
-
<th>Actions</th>
|
|
30
30
|
</tr>
|
|
31
31
|
</thead>
|
|
32
32
|
<tbody id="commands"></tbody>
|
pywebexec/version.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.2
|
|
2
2
|
Name: pywebexec
|
|
3
|
-
Version: 1.1.
|
|
3
|
+
Version: 1.1.1
|
|
4
4
|
Summary: Simple Python HTTP Exec Server
|
|
5
5
|
Home-page: https://github.com/joknarf/pywebexec
|
|
6
6
|
Author: Franck Jouvanceau
|
|
@@ -83,7 +83,7 @@ $ pywebexec
|
|
|
83
83
|
```
|
|
84
84
|
|
|
85
85
|
* Launch commands with params/view live output/Status using browser
|
|
86
|
-

|
|
87
87
|
|
|
88
88
|
## features
|
|
89
89
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
pywebexec/__init__.py,sha256=4spIsVaF8RJt8S58AG_wWoORRNkws9Iwqprj27C3ljM,99
|
|
2
2
|
pywebexec/pywebexec.py,sha256=KyKJcadzuXWh1Im0bkbu0ScEBMwsWTPQg5xPN2jDMdQ,21174
|
|
3
|
-
pywebexec/version.py,sha256=
|
|
3
|
+
pywebexec/version.py,sha256=EPoWF0em1tKJgBz5dbBF-r29860VBk-SsdiXh6E1aO0,411
|
|
4
4
|
pywebexec/static/css/style.css,sha256=NiBoOzZ35eBM1ZP2HFNda-dzOsAv4xRPh3vsvVgLL9c,2513
|
|
5
5
|
pywebexec/static/images/aborted.svg,sha256=_mP43hU5QdRLFZIknBgjx-dIXrHgQG23-QV27ApXK2A,381
|
|
6
6
|
pywebexec/static/images/copy.svg,sha256=d9OwtGh5GzzZHzYcDrLfNxZYLth1Q64x7bRyYxu4Px0,622
|
|
@@ -9,12 +9,12 @@ pywebexec/static/images/failed.svg,sha256=ADZ7IKrUyOXtqpivnz3VcH0-Wru-I5MOi3OJAk
|
|
|
9
9
|
pywebexec/static/images/favicon.svg,sha256=ti80IfuDZwIvQcmJxkOeUaB1iMsiyOPmQmVO-h0y1IU,1126
|
|
10
10
|
pywebexec/static/images/running.svg,sha256=vBpiG6ClNUNCArkwsyqK7O-qhIKJX1NI7MSjclNSp_8,1537
|
|
11
11
|
pywebexec/static/images/success.svg,sha256=PJDcCSTevJh7rkfSFLtc7P0pbeh8PVQBS8DaOLQemmc,489
|
|
12
|
-
pywebexec/static/js/script.js,sha256=
|
|
12
|
+
pywebexec/static/js/script.js,sha256=RrlozMlUx_7MJTf7IG98rzJsLgwEMyEV9bSW6QpQdZw,7088
|
|
13
13
|
pywebexec/templates/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
14
|
-
pywebexec/templates/index.html,sha256=
|
|
15
|
-
pywebexec-1.1.
|
|
16
|
-
pywebexec-1.1.
|
|
17
|
-
pywebexec-1.1.
|
|
18
|
-
pywebexec-1.1.
|
|
19
|
-
pywebexec-1.1.
|
|
20
|
-
pywebexec-1.1.
|
|
14
|
+
pywebexec/templates/index.html,sha256=Q3tubZjBzq4v1aV_BDFSvAKnoim-wKo3EkE_pkA2jm4,1302
|
|
15
|
+
pywebexec-1.1.1.dist-info/LICENSE,sha256=gRJf0JPT_wsZJsUGlWPTS8Vypfl9vQ1qjp6sNbKykuA,1064
|
|
16
|
+
pywebexec-1.1.1.dist-info/METADATA,sha256=SkZk-s0rWI8Hy0UHKdMekgg_64sZzmr2cPBXCsmDMhU,6567
|
|
17
|
+
pywebexec-1.1.1.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
|
18
|
+
pywebexec-1.1.1.dist-info/entry_points.txt,sha256=l52GBkPCXRkmlHfEyoVauyfBdg8o-CAtC8qQpOIjJK0,55
|
|
19
|
+
pywebexec-1.1.1.dist-info/top_level.txt,sha256=vHoHyzngrfGdm_nM7Xn_5iLmaCrf10XO1EhldgNLEQ8,10
|
|
20
|
+
pywebexec-1.1.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|