After installing Cacti 1.0.0 I was experimenting with the themes. I really like the layout and presentation of the "Paw" theme but there was one simple thing that bugged me. When you went to the Graphs page, the tree navigation window was stuck to one size and I was not able to read the full names of the devices.
After some messing around, I found the source of the issue. In the "Paw" main.css file has the tree navigation window width set to 167px. I just commented out the width line and now I can see the full device name in the graph navigation window.
In case others are wondering, I modified <cacti_path>/include/themes/paw/main.css so that tree navigation section looks like this:
.cactiTreeNavigationArea {
background: #f0f0f0;
overflow-y: auto !important;
#width: 167px;
height:100%;
float: left;
}
Paw theme - Graph page tree view
Moderators: Developers, Moderators
Who is online
Users browsing this forum: No registered users and 2 guests