From aa444a60b112604984b17b0601378e81f8619a7c Mon Sep 17 00:00:00 2001 From: Rob Cresswell Date: Thu, 26 Jan 2017 08:58:33 +0000 Subject: [PATCH] Add OpenStack RC Download buttons to user menu Adds the OpenStack RC Download buttons for keystone v2 and v3 to the user menu dropdown Change-Id: Ia1502f3f54e42ad0f18a8535871a27858a80e3d3 Implements: blueprint reorganise-access-and-security --- openstack_dashboard/templates/header/_user_menu.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/openstack_dashboard/templates/header/_user_menu.html b/openstack_dashboard/templates/header/_user_menu.html index 716ea9f4f7..1f7d7f41d2 100644 --- a/openstack_dashboard/templates/header/_user_menu.html +++ b/openstack_dashboard/templates/header/_user_menu.html @@ -34,6 +34,18 @@ {% endif %} +
  • + + + {% trans "OpenStack RC File v2" %} + +
  • +
  • + + + {% trans "OpenStack RC File v3" %} + +
  • {% themes as available_themes %} {% if available_themes and available_themes|length > 1 %}