diff --git a/src/views/settings/components/TTLTable.vue b/src/views/settings/components/TTLTable.vue
index 6af9096c..081abaff 100644
--- a/src/views/settings/components/TTLTable.vue
+++ b/src/views/settings/components/TTLTable.vue
@@ -13,8 +13,19 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License. -->
-
-
+
+
{{ scope.row && scope.row[item.value] ? (scope.row[item.value] < 0 ? "N/A" : scope.row[item.value]) : "N/A" }}
@@ -22,11 +33,10 @@ limitations under the License. -->