We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62ca582 commit 5141bbdCopy full SHA for 5141bbd
options/locale/locale_en-US.ini
@@ -109,6 +109,7 @@ error = Error
109
error404 = The page you are trying to reach either <strong>does not exist</strong> or <strong>you are not authorized</strong> to view it.
110
111
never = Never
112
+unknown = Unknown
113
114
rss_feed = RSS Feed
115
templates/shared/actions/runner_list.tmpl
@@ -64,7 +64,7 @@
64
</td>
65
<td>{{.ID}}</td>
66
<td><p data-tooltip-content="{{.Description}}">{{.Name}}</p></td>
67
- <td>{{.Version}}</td>
+ <td>{{if .Version}}{{.Version}}{{else}}{{$.locale.Tr "unknown"}}{{end}}</td>
68
<td>{{.OwnType}}</td>
69
<td class="runner-tags">
70
{{range .AllLabels}}<span class="ui label">{{.}}</span>{{end}}
0 commit comments