mirror of
https://github.com/status-im/consul.git
synced 2025-01-21 19:20:41 +00:00
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
fb09ac5456
commit
7abb8697f9
3
.changelog/9594.txt
Normal file
3
.changelog/9594.txt
Normal file
@ -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…
x
Reference in New Issue
Block a user