Skip to content

Commit

Permalink
Display a warning for large amount of objects in topology view
Browse files Browse the repository at this point in the history
refactored warning
  • Loading branch information
nimrodshn committed Jun 28, 2017
1 parent 382291c commit 34a41f3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions app/views/container_topology/show.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,13 @@
%span.pficon.pficon-info
%strong
= _("Click on the legend to show/hide entities, and double click/right click the entities in the graph to navigate to their summary pages.")
.alert.alert-warning.alert-dismissable
%button.close{"aria-hidden" => "true", "data-dismiss" => "alert", :type => "button"}
%span.pficon.pficon-close
%span.pficon.pficon-warning-triangle-o
%strong
= _("Note: displaying a very large number of objects in the topology display can adversely affect the performance of some web browsers.")
= render :partial => "shared/topology/not_found"
Expand Down

0 comments on commit 34a41f3

Please sign in to comment.