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

View File

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