Author: jfthomps
Date: Fri Feb 6 15:44:46 2015
New Revision: 1657870
URL: http://svn.apache.org/r1657870
Log:
VCL-776 - rework resource code to have a base class for all resources and
inheriting classes for each resource type
computer.php: modified extraResourceFilters: removed "height: 87%" from style
for complist; this was causing a large empty space below the content when
selecting to display DHCP config data, but didn't seem to be useful in any way
in other cases
Modified:
vcl/trunk/web/.ht-inc/computer.php
Modified: vcl/trunk/web/.ht-inc/computer.php
URL:
http://svn.apache.org/viewvc/vcl/trunk/web/.ht-inc/computer.php?rev=1657870&r1=1657869&r2=1657870&view=diff
==============================================================================
--- vcl/trunk/web/.ht-inc/computer.php (original)
+++ vcl/trunk/web/.ht-inc/computer.php Fri Feb 6 15:44:46 2015
@@ -390,7 +390,7 @@ class Computer extends Resource {
$h .= "<div dojoType=\"dijit.layout.ContentPane\"
id=\"actionmsg\"\n";
$h .= " style=\"background-color: white; padding:
5px;\">\n";
$h .= "</div>\n";
- $h .= "<div id=\"complist\" style=\"height: 87%; overflow:
auto;\"></div>\n";
+ $h .= "<div id=\"complist\" style=\"overflow: auto;\"></div>\n";
$h .= "<input type=\"hidden\" id=\"submitcont\">\n";
$h .= "<div style=\"text-align: center;\">\n";
$h .= "<span id=\"submitactionbtnspan\">\n";