Skip to content

Commit

Permalink
ui: Removing formatting to display LockDelay in nanoseconds (#9594)
Browse files Browse the repository at this point in the history
* Removing formatting to display LockDelay in nanoseconds

* Update test

* Add changelog
  • Loading branch information
kaxcode authored Jan 20, 2021
1 parent aedd338 commit ffb6680
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .changelog/9594.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:bug
ui: Display LockDelay in nanoseconds as a temporary fix to the formatting
```
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
---

0 comments on commit ffb6680

Please sign in to comment.