Skip to content

Commit f6080c5

Browse files
committed
fix(ui): remove typo in column class
Signed-off-by: Keshav Priyadarshi <git@keshav.space>
1 parent 2748d67 commit f6080c5

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)