From 51731e13bef2ec261e890e473bb52c15e0c5ad58 Mon Sep 17 00:00:00 2001 From: Stanley Shilov Date: Mon, 18 Jun 2018 13:41:22 -0500 Subject: [PATCH] Sessions TTL should be of type string in ui-v2 --- ui-v2/app/models/session.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui-v2/app/models/session.js b/ui-v2/app/models/session.js index 1ce2ba997..d569c051b 100644 --- a/ui-v2/app/models/session.js +++ b/ui-v2/app/models/session.js @@ -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 [];