Skip to content
This repository has been archived by the owner on Feb 2, 2021. It is now read-only.

Commit

Permalink
add UTC time in confirmation
Browse files Browse the repository at this point in the history
  • Loading branch information
oyiptong committed Feb 11, 2015
1 parent 3b55af4 commit c19186d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions splice/static/html/partials/authoring.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ <h2 class="modal-title text-danger">Warning!</h2>
<td>{{ channelIndex[channelSelect.id].name }}</td>
<td>{{ deployConfig.scheduled ? deployConfig.scheduled.toString() : "Now" }}</td>
</tr>
<tr ng-show="deployConfig.scheduled">
<td></td>
<td>{{ deployConfig.scheduled ? deployConfig.scheduled.toUTCString() : "" }}</td>
</tr>
</tbody>
</table>
<p>Are you sure?</p>
Expand Down

0 comments on commit c19186d

Please sign in to comment.