File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
BootstrapBlazor.Server/Components/Layout
BootstrapBlazor/Components/NetworkMonitor Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 6464 <div class =" ms-1" >BB @VersionService.Version </div >
6565 <FooterCounter ></FooterCounter >
6666 <CacheCounter ></CacheCounter >
67+ <div class =" ms-2" >
68+ <NetworkMonitorIndicator PopoverPlacement =" Placement.Bottom" ></NetworkMonitorIndicator >
69+ </div >
6770 </div >
6871 <div class =" d-flex flex-fill align-items-center justify-content-center" >
6972 <a class =" d-none d-md-block me-3" href =" @WebsiteOption.CurrentValue.GiteeRepositoryUrl" target =" _blank" >@Localizer ["Footer"]</a >
Original file line number Diff line number Diff line change 1313 </div >
1414 <div class =" bb-nt-item" >
1515 <span >Downlink:</span >
16- <div >@_state.Downlink </div >
16+ <div >@_state.Downlink M/s </div >
1717 </div >
1818 <div class =" bb-nt-item" >
1919 <span >RTT:</span >
20- <div >@_state.RTT </div >
20+ <div >@_state.RTT ms </div >
2121 </div >
2222 </div >
2323 </Template >
You can’t perform that action at this time.
0 commit comments