snikket_launched.rb
1result!
2
3title "Snikket Instance Lauching"
4
5instructions "Snikket instance is launching now. Please wait a few minutes."
6
7field(
8 type: "text-single",
9 var: "instance-id",
10 label: "Instance ID",
11 value: @instance.instance_id
12)
13
14field(
15 type: "text-single",
16 var: "bootstrap-uri",
17 label: "Admin Invite",
18 value: @instance.bootstrap_uri
19)