# HG changeset patch # User Sebastien Jodogne # Date 1605779525 -3600 # Node ID 0f161841f837741c7c682c7a633192429a1cb323 # Parent e4589378ad8bee132eadc7b439529f3e74fc447a adding orthanc logo to the Stone viewer diff -r e4589378ad8b -r 0f161841f837 Applications/StoneWebViewer/WebApplication/img/orthanc.png Binary file Applications/StoneWebViewer/WebApplication/img/orthanc.png has changed diff -r e4589378ad8b -r 0f161841f837 Applications/StoneWebViewer/WebApplication/index.html --- a/Applications/StoneWebViewer/WebApplication/index.html Thu Nov 19 10:29:33 2020 +0100 +++ b/Applications/StoneWebViewer/WebApplication/index.html Thu Nov 19 10:52:05 2020 +0100 @@ -248,6 +248,12 @@ v-bind:class="{ 'wvLayout__main--smallleftpadding': leftVisible && leftMode == 'small', 'wvLayout__main--leftpadding': leftVisible && leftMode != 'small' }" > +
+ + + +
+
diff -r e4589378ad8b -r 0f161841f837 Applications/StoneWebViewer/WebAssembly/CMakeLists.txt --- a/Applications/StoneWebViewer/WebAssembly/CMakeLists.txt Thu Nov 19 10:29:33 2020 +0100 +++ b/Applications/StoneWebViewer/WebAssembly/CMakeLists.txt Thu Nov 19 10:52:05 2020 +0100 @@ -172,5 +172,6 @@ ${CMAKE_SOURCE_DIR}/../WebApplication/img/grid2x1.png ${CMAKE_SOURCE_DIR}/../WebApplication/img/grid2x2.png ${CMAKE_SOURCE_DIR}/../WebApplication/img/loading.gif + ${CMAKE_SOURCE_DIR}/../WebApplication/img/orthanc.png DESTINATION ${ORTHANC_STONE_INSTALL_PREFIX}/img )