# HG changeset patch # User Sebastien Jodogne # Date 1621524496 -7200 # Node ID 797633f48a9cd9600f1c518677a623f50030b4ea # Parent 634ff8993f6a695f1744cff9a058811ad722c7c2 display series description if hovering pdf or video diff -r 634ff8993f6a -r 797633f48a9c Applications/StoneWebViewer/WebApplication/index.html --- a/Applications/StoneWebViewer/WebApplication/index.html Thu May 20 17:17:56 2021 +0200 +++ b/Applications/StoneWebViewer/WebApplication/index.html Thu May 20 17:28:16 2021 +0200 @@ -212,10 +212,12 @@ + class="wvSerieslist__placeholderIcon fa fa-file-pdf" + v-bind:title="leftMode == 'full' ? null : series[seriesIndex].tags[SERIES_DESCRIPTION]"> + class="wvSerieslist__placeholderIcon fa fa-video" + v-bind:title="leftMode == 'full' ? null : series[seriesIndex].tags[SERIES_DESCRIPTION]">