From f18003d0ac5c3fc6ec8de2a89102d1e1e89182df Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 27 Jul 2023 11:44:31 +0200 Subject: 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 --- client/src/app/+accounts/accounts.component.ts | 4 ---- 1 file changed, 4 deletions(-) (limited to 'client/src/app/+accounts/accounts.component.ts') 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 { this.redirectService.redirectToHomepage() } - activateCopiedMessage () { - this.notifier.success($localize`Username copied`) - } - searchChanged (search: string) { const queryParams = { search } -- cgit v1.2.3