Added icon to radio statistics
This commit is contained in:
parent
a54b19bf5b
commit
c4efda2e0c
@ -222,7 +222,7 @@
|
||||
aria-expanded="true"
|
||||
aria-controls="collapseStats"
|
||||
>
|
||||
{{ $t('home.RadioStats') }}
|
||||
<BIconBroadcast /> {{ $t('home.RadioStats') }}
|
||||
</button>
|
||||
</h2>
|
||||
<div
|
||||
@ -478,6 +478,7 @@ import { authHeader, authUrl, handleResponse, isLoggedIn } from '@/utils/authent
|
||||
import * as bootstrap from 'bootstrap';
|
||||
import {
|
||||
BIconArrowCounterclockwise,
|
||||
BIconBroadcast,
|
||||
BIconCheckCircleFill,
|
||||
BIconCpu,
|
||||
BIconExclamationCircleFill,
|
||||
@ -503,6 +504,7 @@ export default defineComponent({
|
||||
InverterTotalInfo,
|
||||
ModalDialog,
|
||||
BIconArrowCounterclockwise,
|
||||
BIconBroadcast,
|
||||
BIconCheckCircleFill,
|
||||
BIconCpu,
|
||||
BIconExclamationCircleFill,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user