Skip to content

Commit 1987019

Browse files
authored
Merge pull request #2352 from aboutcode-org/altcha-timeout
fix(ui): remove typo in column class
2 parents 2748d67 + f6080c5 commit 1987019

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vulnerabilities/templates/pipeline_dashboard.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ <h1>Pipeline Dashboard</h1>
144144
<td colspan="6">
145145
<a href="{% url 'runs-list' pipeline_id=schedule.pipeline_id %}" class="has-text-info">
146146
<div class="columns mx-2 is-mobile is-vcentered">
147-
<div class="colum has-text-left" style="flex: 0 0 25%;">{{ schedule.pipeline_id }}</div>
147+
<div class="column has-text-left" style="flex: 0 0 25%;">{{ schedule.pipeline_id }}</div>
148148
<div class="column has-text-grey" style="flex: 0 0 8%;">{{ schedule.is_active|yesno:"Yes,No" }}</div>
149149
<div class="column has-text-grey" style="flex: 0 0 8%;">{{ schedule.get_run_priority_display|capfirst}}</div>
150150
<div class="column has-text-grey" style="flex: 0 0 13%;">

0 commit comments

Comments
 (0)