Skip to content

Commit

Permalink
Merge pull request #12939 from Jiri-Kremser/issue-12923
Browse files Browse the repository at this point in the history
Bringing back the overview and relationships sections.
  • Loading branch information
Dan Clarizio authored Dec 1, 2016
2 parents c0271f2 + 8d49631 commit c86d763
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion app/views/ems_middleware/_main.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,9 @@
:items => textual_group_properties}
= render :partial => "shared/summary/textual", :locals => {:title => _("Status"), :items => textual_group_status}
.col-sm-12.col-md-12.col-lg-6
= render :partial => "shared/summary/textual", :locals => {:title => _("Relationships"),
:items => textual_group_relationships}
= render :partial => "shared/summary/textual", :locals => {:title => _("Overview"),
:items => textual_group_topology}
= render :partial => "shared/summary/textual_tags", :locals => {:title => _("Smart Management"),
:items => textual_group_smart_management}
:items => textual_group_smart_management}

0 comments on commit c86d763

Please sign in to comment.