Skip to content

Commit

Permalink
Merge pull request #600 from ESIPFed/cmnt-refresh-button
Browse files Browse the repository at this point in the history
commented refresh button in history table
  • Loading branch information
ZihengSun authored Feb 3, 2025
2 parents 344c8fc + 6c34409 commit 390a9cb
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/main/resources/static/js/gw.history.js
Original file line number Diff line number Diff line change
Expand Up @@ -173,13 +173,13 @@ GW.history = {
<option value="less">Less Than</option>
</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>
<div id="statusFilterContainer">`;
</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>`+
`<div id="statusFilterContainer">`;

if (msg.length && hasFailedProcess) {

Expand Down

0 comments on commit 390a9cb

Please sign in to comment.