mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-10 02:54:15 +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 * as antd from "antd"
|
||||||
import { Icons } from "components/Icons"
|
import { Icons } from "components/Icons"
|
||||||
|
|
||||||
|
import LimitAlert from "components/LimitAlert"
|
||||||
|
|
||||||
import ProfileSelector from "./components/ProfileSelector"
|
import ProfileSelector from "./components/ProfileSelector"
|
||||||
import CategoryViewResolver from "./components/CategoryViewResolver"
|
import CategoryViewResolver from "./components/CategoryViewResolver"
|
||||||
import StreamingKeyViewer from "./components/StreamingKeyViewer"
|
import StreamingKeyViewer from "./components/StreamingKeyViewer"
|
||||||
@ -229,6 +231,10 @@ export default (props) => {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className="config">
|
<div className="config">
|
||||||
|
<LimitAlert
|
||||||
|
limit_id="streaming_bandwidth"
|
||||||
|
/>
|
||||||
|
|
||||||
<div className="panel">
|
<div className="panel">
|
||||||
<h2><Icons.MdSettingsInputAntenna /> Emission</h2>
|
<h2><Icons.MdSettingsInputAntenna /> Emission</h2>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user