Change create button prompt
This commit is contained in:
+1
-1
@@ -71,7 +71,7 @@ func CreatePipelineWidget(client graphql.Client) (list.Model, error) {
|
||||
}
|
||||
}
|
||||
|
||||
content = append(content, pipelineCreateListItem("> Create Pipeline <"))
|
||||
content = append(content, pipelineCreateListItem("[Create Pipeline]"))
|
||||
|
||||
model := list.New(content, pipelineListItemDelegate{}, 50, 50)
|
||||
model.SetShowStatusBar(false)
|
||||
|
||||
Reference in New Issue
Block a user