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 ",
|
"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",
|
"Wizard": "wizard",
|
||||||
"HostName": "Server host",
|
"HostName": "Server host",
|
||||||
"ApiHostName": "API host",
|
"SessionsCount": "Sessions count",
|
||||||
"Domain": "Domain",
|
"Domain": "Domain",
|
||||||
"ActiveSession": "Active session",
|
"ActiveSession": "Active session",
|
||||||
"ActiveSessionSubtitle": "Expand to see forwards",
|
"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 ",
|
"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",
|
"Wizard": "vrăjitor",
|
||||||
"HostName": "Gazdă server",
|
"HostName": "Gazdă server",
|
||||||
"ApiHostName": "Gazdă API",
|
"SessionsCount": "Număr sesiuni",
|
||||||
"Domain": "Domeniu",
|
"Domain": "Domeniu",
|
||||||
"ActiveSession": "Sesiune activă",
|
"ActiveSession": "Sesiune activă",
|
||||||
"ActiveSessionSubtitle": "Extindeţi pentru a vedea redirectările",
|
"ActiveSessionSubtitle": "Extindeţi pentru a vedea redirectările",
|
||||||
|
|
|
@ -13,6 +13,7 @@ const HomePage = () => {
|
||||||
<br />
|
<br />
|
||||||
<br />
|
<br />
|
||||||
<SystemContainer />
|
<SystemContainer />
|
||||||
|
<br />
|
||||||
</>
|
</>
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|
|
@ -29,8 +29,8 @@ const ServerSummary = ({
|
||||||
</Grid>
|
</Grid>
|
||||||
|
|
||||||
<Grid item xs={6} sm={3} md={3}>
|
<Grid item xs={6} sm={3} md={3}>
|
||||||
{`${t("Server.ApiHostName")}: `}
|
{`${t("Server.SessionsCount")}: `}
|
||||||
<span className={classes.value}>{data.hosts.api}</span>
|
<span className={classes.value}>{data.sessionsCount}</span>
|
||||||
</Grid>
|
</Grid>
|
||||||
|
|
||||||
<Grid item xs={6} sm={3} md={3}>
|
<Grid item xs={6} sm={3} md={3}>
|
||||||
|
|
Loading…
Reference in New Issue