From a056ca4813c82f490dcd31ac97a64d6bf76d3dcc Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 28 Oct 2020 15:24:40 +0100 Subject: Add max lives limit --- .../shared/shared-instance/instance-features-table.component.html | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'client/src/app/shared/shared-instance/instance-features-table.component.html') diff --git a/client/src/app/shared/shared-instance/instance-features-table.component.html b/client/src/app/shared/shared-instance/instance-features-table.component.html index 002695238..ce2557147 100644 --- a/client/src/app/shared/shared-instance/instance-features-table.component.html +++ b/client/src/app/shared/shared-instance/instance-features-table.component.html @@ -81,6 +81,13 @@ + + Max parallel lives + + {{ maxUserLives }} per user / {{ maxInstanceLives }} per instance + + + Import -- cgit v1.2.3