Add a column name on the pipelines list view
Summary
Add an "Actions" text in the column of the table (Pipeline list view). Currently, it only appears in the mobile view.
| Desktop | Mobile |
|---|---|
![]() |
![]() |
Implementation
In app/assets/javascripts/ci/common/pipelines_table.vue, change the class in line 199. Remove lg:!gl-hidden and add gl-text-right.
Definition of Done
- Users can see the column name when they are using desktop view.
Details
Design spec
Roles involved
-
Design -
Technical Writing -
Backend -
Frontend -
Test engineering
NOTE: When work is ready to be defined, please create appropriate sub-tasks.
Edited by Sunjung Park

