display limits alerts on livestream control panel

This commit is contained in:
SrGooglo 2023-04-26 23:12:48 +00:00
parent cf068d5bec
commit 664d6752e2

View File

@ -2,6 +2,8 @@ import React from "react"
import * as antd from "antd"
import { Icons } from "components/Icons"
import LimitAlert from "components/LimitAlert"
import ProfileSelector from "./components/ProfileSelector"
import CategoryViewResolver from "./components/CategoryViewResolver"
import StreamingKeyViewer from "./components/StreamingKeyViewer"
@ -229,6 +231,10 @@ export default (props) => {
</div>
<div className="config">
<LimitAlert
limit_id="streaming_bandwidth"
/>
<div className="panel">
<h2><Icons.MdSettingsInputAntenna /> Emission</h2>