mirror of
https://github.com/status-im/consul.git
synced 2025-01-10 13:55:55 +00:00
Sessions TTL should be of type string in ui-v2
This commit is contained in:
parent
31b6e10391
commit
c06dfb3d2d
@ -13,7 +13,7 @@ export default Model.extend({
|
||||
ModifyIndex: attr('number'),
|
||||
LockDelay: attr('number'),
|
||||
Behavior: attr('string'),
|
||||
TTL: attr('number'),
|
||||
TTL: attr('string'),
|
||||
Checks: attr({
|
||||
defaultValue: function() {
|
||||
return [];
|
||||
|
Loading…
x
Reference in New Issue
Block a user