Skip to content

Commit

Permalink
Tighten up edit feature page header a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
gashcrumb committed Sep 11, 2013
1 parent 9ee21bf commit 70c9798
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions hawtio-web/src/main/webapp/app/fabric/html/editFeatures.html
@@ -1,15 +1,12 @@
<div class="controller-section" ng-controller="Fabric.FeatureEditController">

<div class="row-fluid">
<div class="span12">
<div class="fabric-page-header row-fluid">
<div class="pull-left">
<h2>Features in profile "{{profileId}}"</h2>
<h2 class="inline">Profile: {{profileId}} : Features</h2>
</div>
<div class="pull-right">
<a class="btn" ng-disabled="deletingFeatures.length == 0 && addingFeatures.length == 0" href="" ng-click="save()"><i class="icon-save"></i> Save</a>
</div>

</div>
</div>

<div class="row-fluid">
Expand Down

0 comments on commit 70c9798

Please sign in to comment.