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
|
Delay
|
||||||
</Tooltip>
|
</Tooltip>
|
||||||
</dt>
|
</dt>
|
||||||
<dd data-test-session-delay>{{format-short-time item.LockDelay}}</dd>
|
<dd data-test-session-delay>{{item.LockDelay}}</dd>
|
||||||
</dl>
|
</dl>
|
||||||
<dl class="ttl">
|
<dl class="ttl">
|
||||||
<dt>
|
<dt>
|
||||||
|
|
|
@ -46,6 +46,6 @@ Feature: dc / nodes / sessions / list: List Lock Sessions
|
||||||
Then I see lockSessionsIsSelected on the tabs
|
Then I see lockSessionsIsSelected on the tabs
|
||||||
Then I see delay on the sessions like yaml
|
Then I see delay on the sessions like yaml
|
||||||
---
|
---
|
||||||
- 2m
|
- 120000
|
||||||
- 5h
|
- 18000000
|
||||||
---
|
---
|
||||||
|
|
Loading…
Reference in New Issue