We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa4c9c3 commit 0543159Copy full SHA for 0543159
templates/shared/actions/runner_edit.tmpl
@@ -13,7 +13,7 @@
13
</div>
14
<div class="field gt-dib gt-mr-4">
15
<label>{{.locale.Tr "actions.runners.last_online"}}</label>
16
- <span>{{if .LastOnline}}{{TimeSinceUnix .LastOnline $.locale}}{{else}}{{$.locale.Tr "never"}}{{end}}</span>
+ <span>{{if .Runner.LastOnline}}{{TimeSinceUnix .Runner.LastOnline $.locale}}{{else}}{{$.locale.Tr "never"}}{{end}}</span>
17
18
19
<label>{{.locale.Tr "actions.runners.agent_labels"}}</label>
0 commit comments