Skip to content

Commit

Permalink
Update gw.history.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ZihengSun committed Feb 3, 2025
1 parent 3ce5dbd commit 6c34409
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/main/resources/static/js/gw.history.js
Original file line number Diff line number Diff line change
Expand Up @@ -174,11 +174,11 @@ GW.history = {
</select>
<input type="number" id="durationValue" placeholder="Enter duration" style="color: black;">
</div>`+
/*`<button id="refresh-history" onclick="GW.process.openCity(event, 'main-process-info-history'); GW.process.history('${pid}','${pname}');"
class="history-refresh-button"
style="margin-right: 10px;">
Refresh
</button>`+*/
// `<button id="refresh-history" onclick="GW.process.openCity(event, 'main-process-info-history'); GW.process.history('${pid}','${pname}');"
// class="history-refresh-button"
// style="margin-right: 10px;">
// Refresh
// </button>`+
`<div id="statusFilterContainer">`;

if (msg.length && hasFailedProcess) {
Expand Down

0 comments on commit 6c34409

Please # to comment.