You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by vi...@apache.org on 2012/06/02 02:25:12 UTC

svn commit: r1345402 - in /incubator/ambari/branches/ambari-186: CHANGES.txt hmc/html/manageServices.php

Author: vikram
Date: Sat Jun  2 00:25:12 2012
New Revision: 1345402

URL: http://svn.apache.org/viewvc?rev=1345402&view=rev
Log:
AMBARI-304. Upgrade to yui-3.5.1 for manage services (Contributed by Vinod)

Modified:
    incubator/ambari/branches/ambari-186/CHANGES.txt
    incubator/ambari/branches/ambari-186/hmc/html/manageServices.php

Modified: incubator/ambari/branches/ambari-186/CHANGES.txt
URL: http://svn.apache.org/viewvc/incubator/ambari/branches/ambari-186/CHANGES.txt?rev=1345402&r1=1345401&r2=1345402&view=diff
==============================================================================
--- incubator/ambari/branches/ambari-186/CHANGES.txt (original)
+++ incubator/ambari/branches/ambari-186/CHANGES.txt Sat Jun  2 00:25:12 2012
@@ -6,6 +6,8 @@ characters wide.
 
 Release 0.1.x - unreleased
 
+  AMBARI-304. Upgrade to yui-3.5.1. Manage Services commit (Vinod via Vikram)
+
   AMBARI-315. reconfig a service should a list of dependent services that will be restarted as a result (Vinod via Vikram).
 
   AMBARI-314. Uninstall Wizard prevents the user from proceeding (Yusaku via Vikram)

Modified: incubator/ambari/branches/ambari-186/hmc/html/manageServices.php
URL: http://svn.apache.org/viewvc/incubator/ambari/branches/ambari-186/hmc/html/manageServices.php?rev=1345402&r1=1345401&r2=1345402&view=diff
==============================================================================
--- incubator/ambari/branches/ambari-186/hmc/html/manageServices.php (original)
+++ incubator/ambari/branches/ambari-186/hmc/html/manageServices.php Sat Jun  2 00:25:12 2012
@@ -4,7 +4,7 @@
     <title id="pageTitleId"><?php echo $RES['page.title'] ?></title>
 
     <!-- CSS -->
-    <link type="text/css" rel="stylesheet" href="../yui-3.4.1/build/cssreset/cssreset-min.css">
+    <link type="text/css" rel="stylesheet" href="../yui-3.5.1/build/cssreset/cssreset-min.css">
     <link type="text/css" rel="stylesheet" href="../css/bootstrap.css" media="screen"/>
     <link type="text/css" rel="stylesheet" href="../css/common.css" media="screen"/>
     <link type="text/css" rel="stylesheet" href="../css/common2.css" media="screen"/>