summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Holland <william.holland@codethink.co.uk>2015-10-05 11:52:50 +0100
committerWill Holland <william.holland@codethink.co.uk>2015-10-05 11:52:50 +0100
commit1e0bb6cf4a809dd47a42492d1f5565d6f9df2b8a (patch)
treeae52a783114f5e1f82e38f91ca2e7f5fcd129ea8
parentf41238f252e6e4bb5f1a0cf9f74e9255fc46edaf (diff)
downloadciat-ui-1e0bb6cf4a809dd47a42492d1f5565d6f9df2b8a.tar.gz
Change lane titles and what they link to
-rw-r--r--partials/visualisation.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/partials/visualisation.html b/partials/visualisation.html
index 78d6da6..c3d3901 100644
--- a/partials/visualisation.html
+++ b/partials/visualisation.html
@@ -9,7 +9,7 @@
</div>
<div class="lane col-xs-2">
- <a class="lanelink" href="http://wiki.baserock.org/ciat/"><h3>Integration</h3></a>
+ <a class="lanelink" href="http://wiki.baserock.org/ciat/#index8h3"><h3>Integration</h3></a>
<div class="box"
ng-class="{'pass': step.lastBuild.success, 'active': step.data.state == 'building', 'fail': step.lastBuild.failed}"
ng-repeat="step in integrations"
@@ -19,7 +19,7 @@
</div>
<div class="lane col-xs-2">
- <a class="lanelink" href="http://wiki.baserock.org/ciat/"><h3>Build</h3></a>
+ <a class="lanelink" href="http://wiki.baserock.org/ciat/#index9h3"><h3>Build</h3></a>
<div
ng-repeat="step in builds">
<div class="box"
@@ -36,7 +36,7 @@
</div>
<div class="lane col-xs-2">
- <a class="lanelink" href="http://wiki.baserock.org/ciat/"><h3>Provisioning</h3></a>
+ <a class="lanelink" href="http://wiki.baserock.org/ciat/#index10h3"><h3>Image Creation</h3></a>
<div class="box"
ng-class="{'pass': step.lastBuild.success, 'active': step.data.state == 'building', 'fail': step.lastBuild.failed}"
ng-repeat="step in deploys"
@@ -46,7 +46,7 @@
</div>
<div class="lane col-xs-2">
- <a class="lanelink" href="http://wiki.baserock.org/ciat/"><h3>Test</h3></a>
+ <a class="lanelink" href="http://wiki.baserock.org/ciat/#index11h3"><h3>Provision and Test</h3></a>
<div class="box"
ng-class="{'pass': step.lastBuild.success, 'active': step.data.state == 'building', 'fail': step.lastBuild.failed}"
ng-repeat="step in tests"
@@ -56,7 +56,7 @@
</div>
<div class="lane col-xs-2">
- <a class="lanelink" href="http://wiki.baserock.org/ciat/"><h3>Publishing</h3></a>
+ <a class="lanelink" href="http://wiki.baserock.org/ciat/#index12h3"><h3>Publish Candidate</h3></a>
<div class="box"
ng-class="{'pass': step.lastBuild.success, 'active': step.data.state == 'building', 'fail': step.lastBuild.failed}"
ng-repeat="step in publishings"