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/+accounts/accounts.component.ts | |
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/+accounts/accounts.component.ts')
-rw-r--r-- | client/src/app/+accounts/accounts.component.ts | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/client/src/app/+accounts/accounts.component.ts b/client/src/app/+accounts/accounts.component.ts index 0033fbf59..6d912e325 100644 --- a/client/src/app/+accounts/accounts.component.ts +++ b/client/src/app/+accounts/accounts.component.ts | |||
@@ -115,10 +115,6 @@ export class AccountsComponent implements OnInit, OnDestroy { | |||
115 | this.redirectService.redirectToHomepage() | 115 | this.redirectService.redirectToHomepage() |
116 | } | 116 | } |
117 | 117 | ||
118 | activateCopiedMessage () { | ||
119 | this.notifier.success($localize`Username copied`) | ||
120 | } | ||
121 | |||
122 | searchChanged (search: string) { | 118 | searchChanged (search: string) { |
123 | const queryParams = { search } | 119 | const queryParams = { search } |
124 | 120 | ||