mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 18:44:16 +00:00
display limits alerts on livestream control panel
This commit is contained in:
parent
cf068d5bec
commit
664d6752e2
@ -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>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user