-------- Original Message --------
Subject: Re: Addition link to 'Settings' to admin's navigation UI
Date: Tue, 04 Oct 2011 13:15:45 +0200
From: Jiri Tomasek <jtomasek@redhat.com>
To: Chris Alfonso <calfonso@redhat.com>


On 10/03/2011 09:41 PM, Chris Alfonso wrote:
On 03/10/11 15:04 +0200, jzigmund@redhat.com wrote:
From: Jozef Zigmund <jzigmund@redhat.com>

---
src/config/navigation.rb |    1 +
1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/config/navigation.rb b/src/config/navigation.rb
index 8edc32a..d66aeb7 100644
--- a/src/config/navigation.rb
+++ b/src/config/navigation.rb
@@ -26,6 +26,7 @@ SimpleNavigation::Configuration.run do |navigation|
      second_level.item :environments, "Environments", pool_families_path, :link => { :class => 'environments' }, :highlights_on => /\/pool_families/
      second_level.item :content, "Content", catalogs_path, :link => { :class => 'content' }, :highlights_on => /\/catalogs|\/catalog_entries|\/realms|\/hardware_profiles|\/realm_mappings/
      second_level.item :cloud_providers, "Cloud Providers", providers_path, :link => { :class => 'providers' }, :highlights_on => /\/providers/
+      second_level.item :settings, "Settings", settings_path, :link => { :class => 'settings'}, :highlights_on => /\/settings/
    end
  end
end
-- 
1.7.6.4

_______________________________________________
aeolus-devel mailing list
aeolus-devel@lists.fedorahosted.org
https://fedorahosted.org/mailman/listinfo/aeolus-devel

The code is just fine, but it seems that the sub nave image sprite needs to be updated to include an image for the settings link.


_______________________________________________
aeolus-devel mailing list
aeolus-devel@lists.fedorahosted.org
https://fedorahosted.org/mailman/listinfo/aeolus-devel
Pushed, the sprite will be updated in separate patch.

Jirka