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