mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-10 01:29:58 +00:00
Add name to bridge info section
This commit is contained in:
@@ -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