You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<a class="units-table-row-action-link data-controls js-confirm-action" href="?p=nodeapp&action=restart&pm2_id=<?=$pm2_id; ?>" title="Restart" data-confirm-title="Restart" data-confirm-message="Are you sure you want to restart the <?=$name; ?> NodeApp?">
135
+
<a class="units-table-row-action-link data-controls js-confirm-action" href="?p=nodeapp&action=restart&pm2_id=<?=$pm2_id; ?>" title="Restart" data-confirm-title="Restart" data-confirm-message="Are you sure you want to restart <?=$name; ?>?">
<a class="units-table-row-action-link data-controls js-confirm-action" href="?p=nodeapp&action=stop&pm2_id=<?=$pm2_id; ?>" title="Stop" data-confirm-title="Stop" data-confirm-message="Are you sure you want to stop the <?=$name; ?> NodeApp?">
141
+
<a class="units-table-row-action-link data-controls js-confirm-action" href="?p=nodeapp&action=stop&pm2_id=<?=$pm2_id; ?>" title="Stop" data-confirm-title="Stop" data-confirm-message="Are you sure you want to stop <?=$name; ?>?">
0 commit comments