Issue #3438 has been updated by arnaud chong.

How can I help you ?

I wrote a quick fix.

  diff --git a/app/views/nodes/show.html.haml b/app/views/nodes/show.html.haml
  index 5a16499..b8d00ef 100644
  --- a/app/views/nodes/show.html.haml
  +++ b/app/views/nodes/show.html.haml  
  @@ -34,11 +34,10 @@
         - else
           No Classes
 
  -    - unless resource.inherited_classes.empty?
  -      = inspector_table resource.inherited_classes, :link => true, :caption 
=> 'Inherited Classes'
  -
  -
       .clear
  +      - unless resource.inherited_classes.empty?
  +        = inspector_table resource.inherited_classes, :link => true, 
:caption => 'Inherited Classes'
  +
 
       - reports = @node.reports.limit(30).order('time ASC')
       - unless reports.empty?

Or maybe it could work with an other CSS property than float on the two 
previous block. (table-cell / column / inline / ...).
----------------------------------------
Bug #3438: Node display on Safari
http://projects.puppetlabs.com/issues/3438

Author: arnaud chong
Status: Needs more information
Priority: Low
Assigned to: 
Category: 
Target version: 
Keywords: 
Branch: 


Hello,

As the screenshots show it, on Safari the block "inherited classes" is on the 
right.

Safari version: Version 4.0.5 (6531.22.7) on Mac OSX (10.5.6)


-- 
You have received this notification because you have either subscribed to it, 
or are involved in it.
To change your notification preferences, please click here: 
http://projects.puppetlabs.com/my/account

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Bugs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/puppet-bugs?hl=en.

Reply via email to