mirror of
https://github.com/optim-enterprises-bv/OptimCloud-gw-ui.git
synced 2025-11-01 18:57:46 +00:00
Complete date now showing in commands
This commit is contained in:
@@ -265,7 +265,7 @@ const DeviceCommands = ({ selectedDeviceId }) => {
|
|||||||
scopedSlots={{
|
scopedSlots={{
|
||||||
completed: (item) => (
|
completed: (item) => (
|
||||||
<td>
|
<td>
|
||||||
{item.completed && item.completed === 0
|
{item.completed && item.completed !== 0
|
||||||
? prettyDate(item.completed)
|
? prettyDate(item.completed)
|
||||||
: 'Pending'}
|
: 'Pending'}
|
||||||
</td>
|
</td>
|
||||||
|
|||||||
Reference in New Issue
Block a user