Skip to content

Commit

Permalink
Merge pull request #7442 from benjaminapetersen/bpeterse/issue-7005-a…
Browse files Browse the repository at this point in the history
…nnotations

Merged by openshift-bot
  • Loading branch information
OpenShift Bot committed Feb 19, 2016
2 parents 3d55cda + 276da6f commit 6a03620
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions assets/app/views/directives/annotations.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div ng-if="annotations">
<div ng-if="annotations" class="gutter-top-bottom">
<a href="" ng-click="toggleAnnotations()" ng-if="annotations && !expandAnnotations">Show annotations</a>
<a href="" ng-click="toggleAnnotations()" ng-if="annotations && expandAnnotations">Hide annotations</a>
<div ng-if="expandAnnotations" class="table-responsive" style="margin-top: 5px;">
Expand All @@ -13,4 +13,4 @@
</tbody>
</table>
</div>
</div>
</div>
2 changes: 1 addition & 1 deletion pkg/assets/bindata.go
Original file line number Diff line number Diff line change
Expand Up @@ -11394,7 +11394,7 @@ var _scriptsTemplatesJs = []byte(`angular.module('openshiftConsoleTemplates', []


$templateCache.put('views/directives/annotations.html',
"<div ng-if=\"annotations\">\n" +
"<div ng-if=\"annotations\" class=\"gutter-top-bottom\">\n" +
"<a href=\"\" ng-click=\"toggleAnnotations()\" ng-if=\"annotations && !expandAnnotations\">Show annotations</a>\n" +
"<a href=\"\" ng-click=\"toggleAnnotations()\" ng-if=\"annotations && expandAnnotations\">Hide annotations</a>\n" +
"<div ng-if=\"expandAnnotations\" class=\"table-responsive\" style=\"margin-top: 5px\">\n" +
Expand Down

0 comments on commit 6a03620

Please sign in to comment.