ui: Removing formatting to display LockDelay in nanoseconds (#9594)
* Removing formatting to display LockDelay in nanoseconds * Update test * Add changelog
This commit is contained in:
parent
82a5e6d6fc
commit
7f380dde18
|
@ -0,0 +1,3 @@
|
|||
```release-note:bug
|
||||
ui: Display LockDelay in nanoseconds as a temporary fix to the formatting
|
||||
```
|
|
@ -19,7 +19,7 @@
|
|||
Delay
|
||||
</Tooltip>
|
||||
</dt>
|
||||
<dd data-test-session-delay>{{format-short-time item.LockDelay}}</dd>
|
||||
<dd data-test-session-delay>{{item.LockDelay}}</dd>
|
||||
</dl>
|
||||
<dl class="ttl">
|
||||
<dt>
|
||||
|
|
|
@ -46,6 +46,6 @@ Feature: dc / nodes / sessions / list: List Lock Sessions
|
|||
Then I see lockSessionsIsSelected on the tabs
|
||||
Then I see delay on the sessions like yaml
|
||||
---
|
||||
- 2m
|
||||
- 5h
|
||||
- 120000
|
||||
- 18000000
|
||||
---
|
||||
|
|
Loading…
Reference in New Issue