34 lines
818 B
HTML
34 lines
818 B
HTML
|
---
|
||
|
title: Dashboard
|
||
|
---
|
||
|
|
||
|
<div class="columns">
|
||
|
<div class="column">
|
||
|
<div class="box">
|
||
|
<h2 class="is-size-5">Staging</h2>
|
||
|
<p>
|
||
|
{ "buildStatus": "idle", "commitHash": "000123", "origin":
|
||
|
"git@bitbucket.org:calacloud/calahealth-website.git", "branch":
|
||
|
"forestry" }
|
||
|
</p>
|
||
|
<p>
|
||
|
<button class="button">Rebuild</button>
|
||
|
<button class="button">Promote</button>
|
||
|
</p>
|
||
|
</div>
|
||
|
</div>
|
||
|
<div class="column">
|
||
|
<div class="box">
|
||
|
<h2 class="is-size-5">Production</h2>
|
||
|
<p>
|
||
|
{ "buildStatus": "idle", "commitHash": "000123", "origin":
|
||
|
"git@bitbucket.org:calacloud/calahealth-website.git", "branch":
|
||
|
"forestry" }
|
||
|
</p>
|
||
|
<p>
|
||
|
<button class="button">Rebuild</button>
|
||
|
</p>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|