SessionsCount
parent
2b45cc67b3
commit
96e9e170d8
|
@ -107,7 +107,7 @@
|
|||
"Thoughts": "This reverse proxy is the only open gate to a secret creation land. There any impulse or thought can fly free and can be materialized without limits. If you don't believe it, ask the ",
|
||||
"Wizard": "wizard",
|
||||
"HostName": "Server host",
|
||||
"ApiHostName": "API host",
|
||||
"SessionsCount": "Sessions count",
|
||||
"Domain": "Domain",
|
||||
"ActiveSession": "Active session",
|
||||
"ActiveSessionSubtitle": "Expand to see forwards",
|
||||
|
|
|
@ -98,7 +98,7 @@
|
|||
"Thoughts": "Acest reverse proxy este singura poartă deschisă către un teren secret al creației. Acolo orice impuls sau gând poate zbura liber și poate fi materializat fără limite. Dacă nu crezi, întreabă-l pe ",
|
||||
"Wizard": "vrăjitor",
|
||||
"HostName": "Gazdă server",
|
||||
"ApiHostName": "Gazdă API",
|
||||
"SessionsCount": "Număr sesiuni",
|
||||
"Domain": "Domeniu",
|
||||
"ActiveSession": "Sesiune activă",
|
||||
"ActiveSessionSubtitle": "Extindeţi pentru a vedea redirectările",
|
||||
|
|
|
@ -13,6 +13,7 @@ const HomePage = () => {
|
|||
<br />
|
||||
<br />
|
||||
<SystemContainer />
|
||||
<br />
|
||||
</>
|
||||
);
|
||||
};
|
||||
|
|
|
@ -29,8 +29,8 @@ const ServerSummary = ({
|
|||
</Grid>
|
||||
|
||||
<Grid item xs={6} sm={3} md={3}>
|
||||
{`${t("Server.ApiHostName")}: `}
|
||||
<span className={classes.value}>{data.hosts.api}</span>
|
||||
{`${t("Server.SessionsCount")}: `}
|
||||
<span className={classes.value}>{data.sessionsCount}</span>
|
||||
</Grid>
|
||||
|
||||
<Grid item xs={6} sm={3} md={3}>
|
||||
|
|
Loading…
Reference in New Issue