Skip to content

Commit

Permalink
Add cloud init setup instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
joakimk committed Dec 4, 2024
1 parent 2c76962 commit 5518678
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/views/cloud_inits/index.html.slim
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,9 @@ h1 Cloud-inits
= link_to "Edit", edit_cloud_init_path(cloud_init)
.status
h1 = cloud_init.name
p How to use:
pre = "#include\n" + api_cloud_init_url(name: cloud_init.name, token: App.api_token)

p Contents:
pre = cloud_init.data
p = link_to "New cloud-init", new_cloud_init_path

0 comments on commit 5518678

Please sign in to comment.