Sessions TTL should be of type string in ui-v2

pull/4243/head
Stanley Shilov 7 years ago
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…
Cancel
Save