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:
Kenia 2021-01-20 12:03:08 -05:00 committed by GitHub
parent 82a5e6d6fc
commit 7f380dde18
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 3 deletions

3
.changelog/9594.txt Normal file
View File

@ -0,0 +1,3 @@
```release-note:bug
ui: Display LockDelay in nanoseconds as a temporary fix to the formatting
```

View File

@ -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>

View File

@ -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
---