mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-11 18:19:58 +00:00
Add name to bridge info section
This commit is contained in:
@@ -33,6 +33,9 @@
|
|||||||
, "optionsBridgeInfo": {
|
, "optionsBridgeInfo": {
|
||||||
"message": "Bridge info:"
|
"message": "Bridge info:"
|
||||||
}
|
}
|
||||||
|
, "optionsBridgeStatsName": {
|
||||||
|
"message": "Name:"
|
||||||
|
}
|
||||||
, "optionsBridgeStatsVersion": {
|
, "optionsBridgeStatsVersion": {
|
||||||
"message": "Version:"
|
"message": "Version:"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -208,6 +208,10 @@ class App extends Component {
|
|||||||
|
|
||||||
{ do { if (bridgeInfo) {
|
{ do { if (bridgeInfo) {
|
||||||
<table className="bridge__stats">
|
<table className="bridge__stats">
|
||||||
|
<tr>
|
||||||
|
<th>{ _("optionsBridgeStatsName") }</th>
|
||||||
|
<td>{ bridgeInfo.name }</td>
|
||||||
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th>{ _("optionsBridgeStatsVersion") }</th>
|
<th>{ _("optionsBridgeStatsVersion") }</th>
|
||||||
<td>{ bridgeInfo.version }</td>
|
<td>{ bridgeInfo.version }</td>
|
||||||
|
|||||||
Reference in New Issue
Block a user