aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+admin/system/runners
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/+admin/system/runners')
-rw-r--r--client/src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html4
-rw-r--r--client/src/app/+admin/system/runners/runner-list/runner-list.component.html2
-rw-r--r--client/src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html2
3 files changed, 4 insertions, 4 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 5356e0e03..a759e9186 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
@@ -87,7 +87,7 @@
87 87
88 <ng-template pTemplate="rowexpansion" let-runnerJob> 88 <ng-template pTemplate="rowexpansion" let-runnerJob>
89 <tr> 89 <tr>
90 <td colspan="9"> 90 <td myAutoColspan>
91 <div class="mt-2 fs-7 font-monospace"> 91 <div class="mt-2 fs-7 font-monospace">
92 Parent job: {{ runnerJob.parent?.uuid || '-' }} <br /> 92 Parent job: {{ runnerJob.parent?.uuid || '-' }} <br />
93 Processed on {{ (runnerJob.startedAt || '-') }} <br /> 93 Processed on {{ (runnerJob.startedAt || '-') }} <br />
@@ -111,7 +111,7 @@
111 111
112 <ng-template pTemplate="emptymessage"> 112 <ng-template pTemplate="emptymessage">
113 <tr> 113 <tr>
114 <td colspan="9"> 114 <td myAutoColspan>
115 <div class="no-results"> 115 <div class="no-results">
116 <ng-container i18n>No runner jobs found.</ng-container> 116 <ng-container i18n>No runner jobs found.</ng-container>
117 </div> 117 </div>
diff --git a/client/src/app/+admin/system/runners/runner-list/runner-list.component.html b/client/src/app/+admin/system/runners/runner-list/runner-list.component.html
index 606eb9afd..b131d1a74 100644
--- a/client/src/app/+admin/system/runners/runner-list/runner-list.component.html
+++ b/client/src/app/+admin/system/runners/runner-list/runner-list.component.html
@@ -51,7 +51,7 @@
51 51
52 <ng-template pTemplate="emptymessage"> 52 <ng-template pTemplate="emptymessage">
53 <tr> 53 <tr>
54 <td colspan="6"> 54 <td myAutoColspan>
55 <div class="no-results"> 55 <div class="no-results">
56 <ng-container i18n>No remote runners found.</ng-container> 56 <ng-container i18n>No remote runners found.</ng-container>
57 </div> 57 </div>
diff --git a/client/src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html b/client/src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html
index 2fd23e2fc..3e5cea881 100644
--- a/client/src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html
+++ b/client/src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html
@@ -55,7 +55,7 @@
55 55
56 <ng-template pTemplate="emptymessage"> 56 <ng-template pTemplate="emptymessage">
57 <tr> 57 <tr>
58 <td colspan="4"> 58 <td myAutoColspan>
59 <div class="no-results"> 59 <div class="no-results">
60 <ng-container i18n>No registration token found for remote runners.</ng-container> 60 <ng-container i18n>No registration token found for remote runners.</ng-container>
61 </div> 61 </div>