Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fixes #810 to use correct link
  • Loading branch information
jstrachan committed Dec 4, 2013
1 parent 8c0aaf2 commit 9977cf4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -3,7 +3,7 @@
<div class="row-fluid">
<div class="span12" ng-show="containers.length > 0">
<div class="pull-left">
Select the containers to assign "{{profileId}}" from version "{{versionId}}" to:
Select the containers to assign <strong>{{profileId}}</strong> from version <strong>{{versionId}}</strong> to:
</div>
<div class="pull-right">
<button class="btn btn-primary" ng-disabled="selected.length == 0" ng-click="assignProfiles()">Assign</button>
Expand Down
Expand Up @@ -11,7 +11,7 @@ <h2 class="inline" title="Profile: {{row.id}}">{{row.id}}</h2>

<div class="pull-right" ng-show="inDirective">
<a class="btn" href="" title="Create a new profile that is a copy of this one" ng-click="copyProfileDialog = true"><i class="icon-copy"></i> Copy</a>
<a class="btn" ng-href="#/fabric/containers/assignProfile?vid={{versionId}}&pid={{profileId}}" title="Assign this this profile to an existing container"><i class="icon-truck"></i> Assign</a>
<a class="btn" ng-href="#/fabric/assignProfile?vid={{versionId}}&pid={{profileId}}" title="Assign this this profile to an existing container"><i class="icon-truck"></i> Assign</a>
<a class="btn" ng-href="#/fabric/containers/createContainer?versionId={{versionId}}&profileIds={{profileId}}" title="Deploy this profile to a new container"><i class="icon-truck"></i> New</a>
</div>
<div class="pull-right" ng-hide="inDirective">
Expand Down

0 comments on commit 9977cf4

Please sign in to comment.