From 0940f88d856ec368b13573e2642b635252cbb0f6 Mon Sep 17 00:00:00 2001 From: Allen Wight Date: Tue, 13 Jun 2017 09:32:17 -0400 Subject: [PATCH] Duplicate of #727 for euwe https://github.com/ManageIQ/manageiq-ui-service/pull/727 --- client/app/states/404/404.html | 2 +- .../app/states/requests/orders/details/details.html | 2 +- client/app/states/requests/orders/orders.html | 2 +- ...q_logo_transparent.png => brand_transparent.png} | Bin 4 files changed, 3 insertions(+), 3 deletions(-) rename client/assets/images/{miq_logo_transparent.png => brand_transparent.png} (100%) diff --git a/client/app/states/404/404.html b/client/app/states/404/404.html index c61a89816..e58491f5c 100644 --- a/client/app/states/404/404.html +++ b/client/app/states/404/404.html @@ -1,6 +1,6 @@
- Logo + Logo

The page you requested cannot be found.

The page you are looking for might have been removed, had its name changed, or is temporarily unavailable.

diff --git a/client/app/states/requests/orders/details/details.html b/client/app/states/requests/orders/details/details.html index d032ccbfc..f58dbc27b 100644 --- a/client/app/states/requests/orders/details/details.html +++ b/client/app/states/requests/orders/details/details.html @@ -14,7 +14,7 @@
- +

{{ ::vm.order.name }}

diff --git a/client/app/states/requests/orders/orders.html b/client/app/states/requests/orders/orders.html index bb5caf65e..770db609b 100644 --- a/client/app/states/requests/orders/orders.html +++ b/client/app/states/requests/orders/orders.html @@ -11,7 +11,7 @@ - + {{ item.name }} diff --git a/client/assets/images/miq_logo_transparent.png b/client/assets/images/brand_transparent.png similarity index 100% rename from client/assets/images/miq_logo_transparent.png rename to client/assets/images/brand_transparent.png