Skip to content

Commit

Permalink
Merge "Related-Bug: #1647533 Config Pages Misalignment" into R3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Zuul authored and opencontrail-ci-admin committed Dec 7, 2016
2 parents 50cc4fe + c6ebb94 commit 3aead9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webroot/common/ui/templates/core.common.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -861,7 +861,7 @@
<div id="{{elementId}}" class="{{class}}" data-bind="{{#if viewConfig.[0].visible}} visible: {{viewConfig.[0].visible}} {{/if}}">
{{#each viewConfig}}
{{#if this.title}}
<h3 data-rootViewPath="{{dataRootViewPath}}" data-path="{{dataPath}}">{{this.title}} <span class="red pull-right" style="display:none;" data-bind="visible: errors().{{this.elementId}}_error()"> <i class="fa fa-exclamation-triangle red"></i></span></h3>
<h3 style="margin-left:15px;margin-right:15px;" data-rootViewPath="{{dataRootViewPath}}" data-path="{{dataPath}}">{{this.title}} <span class="red pull-right" style="display:none;" data-bind="visible: errors().{{this.elementId}}_error()"> <i class="fa fa-exclamation-triangle red"></i></span></h3>
{{/if}}
<div data-rootViewPath="{{dataRootViewPath}}" data-path="{{dataPath}}" id="{{this.elementId}}"> </div>
{{/each}}
Expand Down

0 comments on commit 3aead9f

Please sign in to comment.