Skip to content

Commit

Permalink
elm format
Browse files Browse the repository at this point in the history
  • Loading branch information
wass3rw3rk committed Sep 19, 2024
1 parent 9e1a20f commit 02beb57
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions src/elm/Pages/Dashboards.elm
Original file line number Diff line number Diff line change
Expand Up @@ -281,8 +281,11 @@ viewDashboardRepos repos dashboardId =
, text (repo.org ++ "/" ++ repo.name ++ " (" ++ String.fromInt (List.length repo.builds) ++ ")")
]
)

else
[ text <| "⚠️ No repositories in this dashboard. Use the CLI to add some: vela update dashboard --id "
++ dashboardId ++ " --add-repos org/repo" ]

else
[ text <|
"⚠️ No repositories in this dashboard. Use the CLI to add some: vela update dashboard --id "
++ dashboardId
++ " --add-repos org/repo"
]
)

0 comments on commit 02beb57

Please sign in to comment.