Merge "Added Advanced configuration form"

This commit is contained in:
Jenkins
2015-02-13 16:32:20 +00:00
committed by Gerrit Code Review
12 changed files with 212 additions and 32 deletions

View File

@@ -42,6 +42,7 @@ class IndexView(infrastructure_views.ItemCountMixin,
'name': _('Register Nodes'),
'url': reverse('horizon:infrastructure:nodes:register'),
'icon': 'fa-plus',
'ajax_modal': True,
}
context['header_actions'] = [register_action]
return context