From f97f52061946c9a0fea38b36f84a313e43f352de Mon Sep 17 00:00:00 2001 From: phamt Date: Mon, 15 Oct 2012 19:16:57 +0000 Subject: [PATCH] Removed overflow attribute for datatable class in css. git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@14019 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-UI/css/style.css | 1 - xCAT-UI/xcat/plugins/webportal.pm | 1 - 2 files changed, 2 deletions(-) diff --git a/xCAT-UI/css/style.css b/xCAT-UI/css/style.css index 3dc57ddd1..09a47264c 100644 --- a/xCAT-UI/css/style.css +++ b/xCAT-UI/css/style.css @@ -365,7 +365,6 @@ legend { /*--- jQuery datatable ---*/ .dataTables_wrapper { - overflow: auto; width: auto; margin: 10px auto; -moz-border-radius: 3px; diff --git a/xCAT-UI/xcat/plugins/webportal.pm b/xCAT-UI/xcat/plugins/webportal.pm index 1e56775ff..873992f19 100644 --- a/xCAT-UI/xcat/plugins/webportal.pm +++ b/xCAT-UI/xcat/plugins/webportal.pm @@ -19,7 +19,6 @@ use Getopt::Long; use Data::Dumper; use xCAT::Table; use xCAT::NodeRange; -use xCAT::zvmUtils; use XML::Simple; require XML::Parser;