Skip to content

Commit 342baa8

Browse files
committed
UI update
1 parent f9a18d3 commit 342baa8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pages/nodeapp.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
<div class="units-table-cell">
5151
<input type="checkbox" class="js-toggle-all-checkbox" title="Select all">
5252
</div>
53-
<div class="units-table-cell">Name</div>
53+
<div class="units-table-cell">Name | Domain </div>
5454
<div class="units-table-cell"></div>
5555
<div class="units-table-cell">NodeJS</div>
5656
<div class="units-table-cell u-text-center">Restarts</div>
@@ -132,13 +132,13 @@
132132
</li>
133133
<?php if ( $status == 'online' ) { ?>
134134
<li class="units-table-row-action shortcut-s" data-key-action="js">
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 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; ?>?">
136136
<i class="fas fa-arrow-rotate-left icon-highlight"></i>
137137
<span class="u-hide-desktop">Restart</span>
138138
</a>
139139
</li>
140140
<li class="units-table-row-action shortcut-delete" data-key-action="js">
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 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; ?>?">
142142
<i class="fas fa-stop icon-red"></i>
143143
<span class="u-hide-desktop">Stop</span>
144144
</a>

0 commit comments

Comments
 (0)