1
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-02-02 15:09:33 -05:00

chore: rename to actions.runners.last_online

This commit is contained in:
Jason Song 2023-01-06 18:08:43 +08:00
parent 748fd3d085
commit e249b39224
No known key found for this signature in database
GPG Key ID: 8402EEEE4511A8B5
3 changed files with 3 additions and 3 deletions

View File

@ -3258,7 +3258,7 @@ runners.id = ID
runners.owner_type = Type
runners.description = Description
runners.labels = Labels
runners.latest_online = Last Online Time
runners.last_online = Last Online Time
runners.agent_labels = Agent Labels
runners.custom_labels = Custom Labels
runners.custom_labels_helper = Custom labels are labels that are added manually by an administrator. A comma separates labels, whitespace at the start and end of each label are ignored.

View File

@ -13,7 +13,7 @@
<span class="runner-status-{{if .Runner.IsOnline}}online{{else}}offline{{end}}">{{.Runner.StatusLocaleName $.locale}}</span>
</div>
<div class="field dib disabled">
<label>{{.locale.Tr "actions.runners.latest_online"}}</label>
<label>{{.locale.Tr "actions.runners.last_online"}}</label>
<span>{{TimeSinceUnix .Runner.LastOnline $.locale}}</span>
</div>
<div class="field dib disabled">

View File

@ -50,7 +50,7 @@
<th data-sortt-asc="alphabetically">{{.locale.Tr "actions.runners.id"}}</th>
<th>{{.locale.Tr "actions.runners.owner_type"}}</th>
<th>{{.locale.Tr "actions.runners.labels"}}</th>
<th>{{.locale.Tr "actions.runners.latest_online"}}</th>
<th>{{.locale.Tr "actions.runners.last_online"}}</th>
<th></th>
</tr>
</thead>