This commit is contained in:
@@ -585,7 +585,6 @@ namespace Sockeye.Api.Controllers
|
||||
{
|
||||
TranslationKeysToFetch.Add("ServerStateRequested");
|
||||
TranslationKeysToFetch.Add("ServerStateActiveHealthy");
|
||||
TranslationKeysToFetch.Add("ServerStateActiveRequiresAttention");
|
||||
TranslationKeysToFetch.Add("ServerStateFailFirstHealthCheck");
|
||||
TranslationKeysToFetch.Add("ServerStateFailSecondHealthCheck");
|
||||
TranslationKeysToFetch.Add("ServerStateFailedRequiresAttention");
|
||||
@@ -594,7 +593,6 @@ namespace Sockeye.Api.Controllers
|
||||
var LT = await TranslationBiz.GetSubsetStaticAsync(TranslationKeysToFetch, translationId);
|
||||
ReturnList.Add(new NameIdItem() { Name = LT["ServerStateRequested"], Id = (long)ServerState.Requested });
|
||||
ReturnList.Add(new NameIdItem() { Name = LT["ServerStateActiveHealthy"], Id = (long)ServerState.ActiveHealthy });
|
||||
ReturnList.Add(new NameIdItem() { Name = LT["ServerStateActiveRequiresAttention"], Id = (long)ServerState.ActiveRequiresAttention });
|
||||
ReturnList.Add(new NameIdItem() { Name = LT["ServerStateFailFirstHealthCheck"], Id = (long)ServerState.FailFirstHealthCheck });
|
||||
ReturnList.Add(new NameIdItem() { Name = LT["ServerStateFailSecondHealthCheck"], Id = (long)ServerState.FailSecondHealthCheck });
|
||||
ReturnList.Add(new NameIdItem() { Name = LT["ServerStateFailedRequiresAttention"], Id = (long)ServerState.FailedRequiresAttention });
|
||||
|
||||
Reference in New Issue
Block a user