Skip to content

Commit

Permalink
Merge pull request #1541 from hypersign-protocol/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
Vishwas1 authored Aug 10, 2022
2 parents 344a09e + b96d35c commit 0343ad3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/views/superAdmin/Home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -170,9 +170,9 @@
<table class="table table-striped">
<thead>
<tr>
<th scope="col">Schedule Id</th>
<!-- <th scope="col">Schedule Id</th> -->
<th scope="col">Time (UTC)</th>
<th scope="col">EmailId</th>
<th scope="col">Schedular</th>
<th scope="col">Event Id</th>
<th scope="col">Total Mails</th>
<th scope="col">Passed Mails</th>
Expand All @@ -182,7 +182,7 @@
</thead>
<tbody>
<tr v-for="schedule in schedules" v-bind:key="schedule._id">
<td>{{ schedule._id }}</td>
<!-- <td>{{ schedule._id }}</td> -->
<td>
{{ new Date(schedule.scheduledAt).toLocaleString() }}
</td>
Expand Down

0 comments on commit 0343ad3

Please sign in to comment.