Add warning below live stream key field

pull/3284/head
Chocobozzz 2020-10-29 15:03:46 +01:00 committed by Chocobozzz
parent d988e9a2f8
commit c29039e7c0
3 changed files with 11 additions and 0 deletions

View File

@ -14,6 +14,8 @@
<div class="form-group">
<label for="liveVideoStreamKey" i18n>Live stream key</label>
<my-input-readonly-copy id="liveVideoStreamKey" [value]="streamKey"></my-input-readonly-copy>
<div class="form-group-description" i18n>⚠️ Never share your stream key with anyone.</div>
</div>
</div>

View File

@ -210,6 +210,8 @@
<div class="form-group">
<label for="liveVideoStreamKey" i18n>Live stream key</label>
<my-input-readonly-copy id="liveVideoStreamKey" [value]="liveVideo.streamKey"></my-input-readonly-copy>
<div class="form-group-description" i18n>⚠️ Never share your stream key with anyone.</div>
</div>
<div class="form-group" *ngIf="isSaveReplayEnabled()">

View File

@ -323,6 +323,13 @@ table {
}
}
.form-group-description {
@extend .text-muted;
font-size: 90%;
margin-top: 10px;
}
@media screen and (max-width: #{breakpoint(xxl)}) {
.main-col {
&.expanded {