Browse Source

AMBARI-304. Upgrade to yui-3.5.1 for manage services (Contributed by Vinod)

git-svn-id: https://svn.apache.org/repos/asf/incubator/ambari/branches/ambari-186@1345402 13f79535-47bb-0310-9956-ffa450edef68
Vikram Dixit K 13 years ago
parent
commit
689e18e4a8
2 changed files with 3 additions and 1 deletions
  1. 2 0
      CHANGES.txt
  2. 1 1
      hmc/html/manageServices.php

+ 2 - 0
CHANGES.txt

@@ -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)

+ 1 - 1
hmc/html/manageServices.php

@@ -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"/>