Skip to content

Commit

Permalink
Update icons used in Cloud Tenants for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
bmclaughlin committed Feb 20, 2018
1 parent 521486f commit cf43dfe
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -2,13 +2,13 @@ class ApplicationHelper::Toolbar::CloudTenantsCenter < ApplicationHelper::Toolba
button_group('cloud_tenant_vmdb', [
select(
:cloud_tenant_vmdb_choice,
'fa fa-shield fa-lg',
'fa fa-cog fa-lg',
t = N_('Configuration'),
t,
:items => [
button(
:cloud_tenant_new,
'pficon pficon-edit fa-lg',
'pficon pficon-add-circle-o fa-lg',
t = N_('Create Cloud Tenant'),
t,
:klass => ApplicationHelper::Button::NewCloudTenant),
Expand Down

0 comments on commit cf43dfe

Please sign in to comment.