Skip to content

Commit 5fa2713

Browse files
iehrenwaiehrenwald
iehrenwa
authored andcommitted
remove unneeded changes
Signed-off-by: Ian Ehrenwald <[email protected]>
1 parent e2c892b commit 5fa2713

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

server/controllers/web_templates/templates/index.html.tmpl

+2-2
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
<span class="lock-username">{{.LockedBy}}</span>
8080
</a>
8181
<a class="lock-link" tabindex="-1" href="{{ $basePath }}{{.LockPath}}">
82-
<span class="lock-age" title="{{.TimeFormatted }}">{{ .LockAge }}</span>
82+
<span class="lock-datetime" title="{{.TimeFormatted }}">{{ .LockAge }}</span>
8383
</a>
8484
<a class="lock-link" tabindex="-1" href="{{ $basePath }}{{.LockPath}}">
8585
<span><code>Locked</code></span>
@@ -113,7 +113,7 @@
113113
<span class="pulls-element">{{ if .Pull.Workspace }}<code>{{ .Pull.Workspace }}</code>{{ end }}</span>
114114
<span class="pulls-element">
115115
{{ range .JobIDInfos }}
116-
<div><span class="lock-age" title="{{ .TimeFormatted }}">{{ .JobAge }}</span></div>
116+
<div><span class="lock-datetime" title="{{ .TimeFormatted }}">{{ .JobAge }}</span></div>
117117
{{ end }}
118118
</span>
119119
<span class="pulls-element">

server/static/css/custom.css

-3
Original file line numberDiff line numberDiff line change
@@ -299,9 +299,6 @@ tbody {
299299
.lock-datetime {
300300
color: #999;
301301
}
302-
.lock-age {
303-
color: #999;
304-
}
305302
/* Style for the Pull To Job Mapping Table */
306303
.pulls-grid{
307304
display: grid;

0 commit comments

Comments
 (0)