mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-05-12 15:49:24 +00:00
fix duration
This commit is contained in:
parent
1450f34bd3
commit
dfb71cffe8
@ -41,7 +41,7 @@ limitations under the License. -->
|
||||
{{ dateFormat(i.createTime) }}
|
||||
</span>
|
||||
<span class="mr-10 sm">
|
||||
{{ dateFormat(i.createTime + i.duration * 60 * 1000) }}
|
||||
{{ dateFormat(i.createTime + i.duration * 1000) }}
|
||||
</span>
|
||||
</div>
|
||||
</td>
|
||||
|
Loading…
Reference in New Issue
Block a user