diff options
author | Chocobozzz <me@florianbigard.com> | 2023-05-02 13:51:06 +0200 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2023-05-09 08:57:34 +0200 |
commit | 3a0c2a77b1a6626699514ddaf8135f4397175443 (patch) | |
tree | 60bec7ef8e9cdc008b0a4a56aa403617d036bfab /client | |
parent | 9a3db678f56eda37d222cf2d2232ae0ef5d533d2 (diff) | |
download | PeerTube-3a0c2a77b1a6626699514ddaf8135f4397175443.tar.gz PeerTube-3a0c2a77b1a6626699514ddaf8135f4397175443.tar.zst PeerTube-3a0c2a77b1a6626699514ddaf8135f4397175443.zip |
Enable external plugins to test the PR
Diffstat (limited to 'client')
-rw-r--r-- | client/src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html b/client/src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html index 7858b4bca..d42f600e0 100644 --- a/client/src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html +++ b/client/src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html | |||
@@ -84,7 +84,7 @@ | |||
84 | <pre>{{ runnerJob.privatePayload }}</pre> | 84 | <pre>{{ runnerJob.privatePayload }}</pre> |
85 | </div> | 85 | </div> |
86 | 86 | ||
87 | <pre *ngIf="runnerJob.error" class=".text-danger" >{{ runnerJob.error }}</pre> | 87 | <pre *ngIf="runnerJob.error" class="text-danger" >{{ runnerJob.error }}</pre> |
88 | </td> | 88 | </td> |
89 | </tr> | 89 | </tr> |
90 | </ng-template> | 90 | </ng-template> |