]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/dashboard: Updated octopus image on 404 page 33920/head
authorLenz Grimmer <lgrimmer@suse.com>
Thu, 12 Mar 2020 13:37:30 +0000 (14:37 +0100)
committerLenz Grimmer <lgrimmer@suse.com>
Thu, 12 Mar 2020 13:37:30 +0000 (14:37 +0100)
Replaced the image of the Nautilus octopus with another octopus
in preparation for the "Octopus" release.

The image was taken from Museums Victoria
(https://collections.museumvictoria.com.au/species/8696) and is
licensed under the Creative Commons "Attribution 4.0 International"
(CC BY 4.0) license.

Deleted older, now obsolete images from the assets directory.

Fixes: https://tracker.ceph.com/issues/43581
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-Mimic_Octopus2.jpg [deleted file]
src/pybind/mgr/dashboard/frontend/src/assets/1280px-Nautilus_Octopus.jpg [deleted file]
src/pybind/mgr/dashboard/frontend/src/assets/1500px-Southern_Keeled_Octopus.jpg [new file with mode: 0644]

index 734095b5a92417b6118e2d3d932848b3f7f84103..cf2da0b334c1b70d22feb2cbae925bc9ef48f287 100644 (file)
@@ -2,13 +2,14 @@
   <div class="text-center">
     <h1 i18n>Sorry, we could not find what you were looking for.</h1>
     <img class="img-fluid mx-auto rounded"
-         src="assets/1280px-Nautilus_Octopus.jpg">
+         src="assets/1500px-Southern_Keeled_Octopus.jpg">
     <br>
     <span>
-      "<a href="https://www.flickr.com/photos/146401137@N06/40335060661">Nautilus Octopus</a>" by Jin Kemoole is licensed under
+      "<a href="https://collections.museumvictoria.com.au/species/8696">Southern Keeled Octopus, Octopus berrima</a>" by Museums Victoria
+      (Photographer: Julian Finn) is licensed under
       <a rel="nofollow"
          class="external text"
-         href="https://creativecommons.org/licenses/by/2.0/">CC BY 2.0</a>
+         href="https://creativecommons.org/licenses/by/4.0">CC BY 4.0</a>
     </span>
     <br>
     <button type="button"
diff --git a/src/pybind/mgr/dashboard/frontend/src/assets/1280px-Mimic_Octopus2.jpg b/src/pybind/mgr/dashboard/frontend/src/assets/1280px-Mimic_Octopus2.jpg
deleted file mode 100644 (file)
index f8cf2a8..0000000
Binary files a/src/pybind/mgr/dashboard/frontend/src/assets/1280px-Mimic_Octopus2.jpg and /dev/null differ
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
deleted file mode 100644 (file)
index 1f0776f..0000000
Binary files a/src/pybind/mgr/dashboard/frontend/src/assets/1280px-Nautilus_Octopus.jpg and /dev/null differ
diff --git a/src/pybind/mgr/dashboard/frontend/src/assets/1500px-Southern_Keeled_Octopus.jpg b/src/pybind/mgr/dashboard/frontend/src/assets/1500px-Southern_Keeled_Octopus.jpg
new file mode 100644 (file)
index 0000000..3e31c90
Binary files /dev/null and b/src/pybind/mgr/dashboard/frontend/src/assets/1500px-Southern_Keeled_Octopus.jpg differ