capsul.org webapp
4
fork

Configure Feed

Select the types of activity you want to include in your feed.

fmt

j3s.sh fecfcbde 30adad0e

verified
+8 -8
+8 -8
capsulflask/templates/capsul-detail.html
··· 18 18 </div> 19 19 <div class="row third-margin"> 20 20 <p> 21 - Are you sure you want to force stop {{ vm['id'] }}? 21 + Are you sure you want to force stop {{ vm['id'] }}? 22 22 This would be like unplugging the power supply. 23 23 </p> 24 24 </div> ··· 60 60 <div class="row third-margin"> 61 61 <h1>Restore Snapshot?</h1> 62 62 </div> 63 - 63 + 64 64 <div class="row"> 65 65 <pre id="snapshot-was-taken"> 66 - Snapshot was taken 66 + Snapshot was taken 67 67 {{ display_utc_timestamp }} UTC 68 68 </pre> 69 69 </div> ··· 79 79 <div class="row left"> 80 80 <h1>Restoring a snapshot will:</h1> 81 81 </div> 82 - 82 + 83 83 <div class="row"> 84 84 <ul class="no-list-padding"> 85 85 <li>force-stop your capsul 👍 </li> ··· 111 111 <h1 class="no-text-transform">{{ vm['id'] }}</h1> 112 112 </div> 113 113 <div class="row wrap grid-large third-margin"> 114 - 114 + 115 115 <div class="row justify-start"> 116 116 <label class="align" for="created">Created</label> 117 117 <span id="created">{{ vm['l'] }}</span> ··· 230 230 <div class="row third-margin-top"> 231 231 <h1>ssh host key fingerprints</h1> 232 232 </div> 233 - 233 + 234 234 <div class="row"> 235 235 <pre class="code ssh-keys-block">{% for key in vm['ssh_host_keys'] %} 236 236 SHA256:{{ key.sha256 }} ({{ key.key_type }}){% endfor %}</pre> ··· 270 270 <img src="/metrics/memory/{{ vm['id'] }}/{{ duration }}/m"/> 271 271 </a> 272 272 </div> 273 - 273 + 274 274 <div class="metric"> 275 275 <h1>network_in</h1> 276 276 <a href="/metrics/html/network_in/{{ vm['id'] }}/{{ duration }}"> ··· 310 310 <span>Can't log into your capsul? See <a href="/troubleshooting-ssh">Troubleshooting SSH</a></span> 311 311 </div> 312 312 313 - 313 + 314 314 {% endif %} 315 315 {% endif %} 316 316