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