comparison client/src/components/gauge/Waterlevel.vue @ 3793:d428f283fe10 yworks-svg2pdf

client: remove `export SVG` button for waterlevel * Use html comments to disable the button, this was wrongly activated with commit d36ccff8de5f.
author Bernhard Reiter <bernhard@intevation.de>
date Wed, 03 Jul 2019 17:19:28 +0200
parents f86220aa8a72
children 9156890179e2
comparison
equal deleted inserted replaced
3792:3878bc0c8e58 3793:d428f283fe10
57 :download="csvFileName" 57 :download="csvFileName"
58 > 58 >
59 <translate>Export as CSV</translate> 59 <translate>Export as CSV</translate>
60 </a> 60 </a>
61 61
62 <!--
62 <button 63 <button
63 @click="downloadSVG" 64 @click="downloadSVG"
64 type="button" 65 type="button"
65 class="btn btn-sm btn-info d-block w-100 mt-2" 66 class="btn btn-sm btn-info d-block w-100 mt-2"
66 :disabled="!waterlevels.length" 67 :disabled="!waterlevels.length"
67 > 68 >
68 <translate>Export as SVG</translate> 69 <translate>Export as SVG</translate>
69 </button> 70 </button>
71 -->
70 </div> 72 </div>
71 </DiagramLegend> 73 </DiagramLegend>
72 <div 74 <div
73 class="d-flex flex-fill justify-content-center align-items-center" 75 class="d-flex flex-fill justify-content-center align-items-center"
74 :id="containerId" 76 :id="containerId"