Skip to content

Commit

Permalink
#343 add a link from a the versions page to its wiki folder for direc…
Browse files Browse the repository at this point in the history
…t editing of the configuration files for each profile
  • Loading branch information
jstrachan committed May 17, 2013
1 parent 5eef619 commit 36254ac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hawtio-web/src/main/webapp/app/fabric/html/profiles.html
Expand Up @@ -20,6 +20,8 @@
</div>
<div class="btn-group inline-block">
<a href="" title="Create new Version" class="btn" ng-click="createVersionDialog = true"><i class="icon-plus"></i></a>
<a ng-href="#/wiki/branch/{{version.id}}/view/" class="btn" ng-show="hasFabricWiki()"
title="View, edit or create configuration files for the profiles in this version"><i class="icon-edit"></i></a>
<a href="" title="Delete this Version" class="btn" ng-disabled="versionCanBeDeleted()" ng-click="deleteVersionDialog = true"><i class="icon-minus"></i></a>
</div>
&nbsp;
Expand Down

0 comments on commit 36254ac

Please sign in to comment.