View Issue Details

IDProjectCategoryView StatusLast Update
1425RackTablesdefaultpublic2015-02-20 16:02
Reporterjzehnter Assigned To 
PrioritynormalSeverityminorReproducibilityhave not tried
Status closedResolutionfixed 
Product Version0.20.8 
Target Version0.20.11Fixed in Version0.20.11 
Summary1425: [CSS] Print-Layout with Path to Object
DescriptionWhen i print the object-view in Racktables the blue Menubar (<div class="menubar">) with the "Path"/"Location" to the object will not be printed.

It would be great, if the blue menubar will be printed out, so that the whole location of the object is viewable on the printed paper.
TagsNo tags attached.

Activities

jzehnter

jzehnter

2015-02-20 10:38

reporter  

2015-02-20_0001425_Print-Layout-Path.patch (535 bytes)   
--- pi.css-original	2015-02-20 10:25:48.431314063 +0100
+++ pi.css	2015-02-20 10:29:46.000000000 +0100
@@ -2,7 +2,9 @@
 	body table.maintable { font-size: 80%; }
 	.mainheader { display: none; }
 	.tabbar { display: none; }
-	.menubar { display: none; }
+	.searchbox { display: none; }
+	div.menubar { color: #000000; font-weight: bold; }
+	div.menubar a { color: #000000; font-weight: bold; }
 	div.greynavbar { border-top-width: 0px; }
 	.greynavbar * a[class=std] { display: none; }
 	.greynavbar * a[class=attn] { display: none; }
jzehnter

jzehnter

2015-02-20 10:40

reporter   ~0002725

I have written a patch, to display the path to the object.
I have patched my installation.

If desired you can push this patch in the next Racktables-Release.

Issue History

Date Modified Username Field Change
2015-02-19 09:33 jzehnter New Issue
2015-02-20 10:38 jzehnter File Added: 2015-02-20_0001425_Print-Layout-Path.patch
2015-02-20 10:40 jzehnter Note Added: 0002725
2015-02-20 16:02 infrastation Status new => closed
2015-02-20 16:02 infrastation Resolution open => fixed
2015-02-20 16:02 infrastation Fixed in Version => 0.20.11
2015-02-20 16:02 infrastation Target Version => 0.20.11