From: Tomas Sedovic <[email protected]>

The submenu navigation stripe in the Provider Accounts page should have the
same greenish colour that other admin screens have.
---
 src/app/controllers/cloud_accounts_controller.rb |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/src/app/controllers/cloud_accounts_controller.rb 
b/src/app/controllers/cloud_accounts_controller.rb
index 38af463..ae0a224 100644
--- a/src/app/controllers/cloud_accounts_controller.rb
+++ b/src/app/controllers/cloud_accounts_controller.rb
@@ -25,6 +25,10 @@ class CloudAccountsController < ApplicationController
 
   helper :providers
 
+  def section_id
+    'administration'
+  end
+
   def index
     @provider = Provider.find(params[:provider_id])
     require_privilege(Privilege::ACCOUNT_VIEW, @provider)
-- 
1.7.3.2

_______________________________________________
deltacloud-devel mailing list
[email protected]
https://fedorahosted.org/mailman/listinfo/deltacloud-devel

Reply via email to