From: Lenz Grimmer Date: Thu, 30 Aug 2018 09:16:39 +0000 (+0200) Subject: mgr/dashboard: Updated image on 404 page X-Git-Tag: v14.0.1~447^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F23820%2Fhead;p=ceph.git mgr/dashboard: Updated image on 404 page Replaced the image of a Mimic octopus with a Nautilus octopus in preparation for the new major release code name. The image was taken from Flickr (https://www.flickr.com/photos/146401137@N06/40335060661) and is licensed under the Creative Commons "Attribution 2.0 Generic" (CC BY 2.0) license. Fixes: https://tracker.ceph.com/issues/24489 Signed-off-by: Lenz Grimmer --- diff --git a/src/pybind/mgr/dashboard/frontend/src/app/core/not-found/not-found.component.html b/src/pybind/mgr/dashboard/frontend/src/app/core/not-found/not-found.component.html index 0f3847b93934..daeeaf54fd05 100644 --- a/src/pybind/mgr/dashboard/frontend/src/app/core/not-found/not-found.component.html +++ b/src/pybind/mgr/dashboard/frontend/src/app/core/not-found/not-found.component.html @@ -3,9 +3,9 @@

Sorry, we could not find what you were looking for

+ src="/assets/1280px-Nautilus_Octopus.jpg"> - "Mimic Octopus" by prilfish is licensed under + "Nautilus Octopus" by Jin Kemoole is licensed under CC BY 2.0 diff --git a/src/pybind/mgr/dashboard/frontend/src/assets/1280px-Nautilus_Octopus.jpg b/src/pybind/mgr/dashboard/frontend/src/assets/1280px-Nautilus_Octopus.jpg new file mode 100644 index 000000000000..1f0776fb7ba3 Binary files /dev/null and b/src/pybind/mgr/dashboard/frontend/src/assets/1280px-Nautilus_Octopus.jpg differ