CC-3430: Live Stream: Admin should be able to kick out the source connection
- Clicking a button on UI triggers sending msg to pypo, which will lead running 'kick' command in liquidsoap.
This commit is contained in:
parent
2ee4b227fc
commit
c5c9fd7ba8
6 changed files with 50 additions and 6 deletions
|
@ -422,7 +422,7 @@ select {
|
|||
display:block;
|
||||
}
|
||||
|
||||
.source-connection {
|
||||
.source-kick-button {
|
||||
border:1px solid #242424;
|
||||
color:#fff;
|
||||
min-height:14px;
|
||||
|
@ -432,6 +432,11 @@ select {
|
|||
float: left;
|
||||
}
|
||||
|
||||
.source-kick-button:hover{
|
||||
cursor:pointer;
|
||||
background-color:#FFFFFF;
|
||||
}
|
||||
|
||||
.line-to-switch {
|
||||
float: right;
|
||||
width: 10px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue