]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/dashboard: Updated image on 404 page 23820/head
authorLenz Grimmer <lgrimmer@suse.com>
Thu, 30 Aug 2018 09:16:39 +0000 (11:16 +0200)
committerLenz Grimmer <lgrimmer@suse.com>
Thu, 30 Aug 2018 09:16:39 +0000 (11:16 +0200)
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 <lgrimmer@suse.com>
src/pybind/mgr/dashboard/frontend/src/app/core/not-found/not-found.component.html
src/pybind/mgr/dashboard/frontend/src/assets/1280px-Nautilus_Octopus.jpg [new file with mode: 0644]

index 0f3847b939345cea344262809a1bb95d44a81abb..daeeaf54fd05f7a32c6d6442be7cf43924b6c22a 100644 (file)
@@ -3,9 +3,9 @@
     <h1 i18n>Sorry, we could not find what you were looking for</h1>
 
     <img class="img-responsive center-block img-rounded"
-         src="/assets/1280px-Mimic_Octopus2.jpg">
+         src="/assets/1280px-Nautilus_Octopus.jpg">
     <span>
-      "<a href="https://www.flickr.com/photos/37707866@N00/4838953223">Mimic Octopus</a>" by prilfish is licensed under
+      "<a href="https://www.flickr.com/photos/146401137@N06/40335060661">Nautilus Octopus</a>" by Jin Kemoole is licensed under
       <a rel="nofollow"
          class="external text"
          href="https://creativecommons.org/licenses/by/2.0/">CC BY 2.0</a>
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 (file)
index 0000000..1f0776f
Binary files /dev/null and b/src/pybind/mgr/dashboard/frontend/src/assets/1280px-Nautilus_Octopus.jpg differ