diff options
author | Chocobozzz <me@florianbigard.com> | 2023-07-27 11:44:31 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2023-07-27 14:17:12 +0200 |
commit | f18003d0ac5c3fc6ec8de2a89102d1e1e89182df (patch) | |
tree | 0b3baa5658478607f3417fe7c747cc3a782f15b3 /client/src/app/+video-channels/video-channels.component.scss | |
parent | f5af5feb5a41eb6e2796e480402106b55bd10f04 (diff) | |
download | PeerTube-f18003d0ac5c3fc6ec8de2a89102d1e1e89182df.tar.gz PeerTube-f18003d0ac5c3fc6ec8de2a89102d1e1e89182df.tar.zst PeerTube-f18003d0ac5c3fc6ec8de2a89102d1e1e89182df.zip |
Improve runner management
* Add ability to remove runner jobs
* Add runner job state quick filter
* Merge registration tokens and runners tables in the same page
* Add copy button to copy registration token
Diffstat (limited to 'client/src/app/+video-channels/video-channels.component.scss')
-rw-r--r-- | client/src/app/+video-channels/video-channels.component.scss | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/client/src/app/+video-channels/video-channels.component.scss b/client/src/app/+video-channels/video-channels.component.scss index aba266fcc..182e8d845 100644 --- a/client/src/app/+video-channels/video-channels.component.scss +++ b/client/src/app/+video-channels/video-channels.component.scss | |||
@@ -152,14 +152,8 @@ | |||
152 | display: none; | 152 | display: none; |
153 | } | 153 | } |
154 | 154 | ||
155 | .copy-button { | 155 | my-copy-button { |
156 | @include margin-left(3px); | 156 | @include margin-left(3px); |
157 | |||
158 | border: 0; | ||
159 | |||
160 | my-global-icon { | ||
161 | width: 15px; | ||
162 | } | ||
163 | } | 157 | } |
164 | 158 | ||
165 | @media screen and (max-width: 1400px) { | 159 | @media screen and (max-width: 1400px) { |