Skip to content

Commit

Permalink
sun-ui. added support for all images type
Browse files Browse the repository at this point in the history
  • Loading branch information
edospadoni committed Apr 4, 2018
1 parent f53f7fe commit 7dd2951
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sun/sun-ui/src/components/details-view/HotspotsDetails.vue
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@
</label>
<div class="col-sm-6">
<picture-input v-if="pref.key == 'captive_3_logo' || pref.key == 'captive_5_banner'" :ref="'prefInput-'+pref.key" :prefill="urltoFile(pref.value, pref.key)"
:alertOnError="false" @change="onChanged(pref)" :width="100" :height="100" accept="image/jpeg, image/png"
:alertOnError="false" @change="onChanged(pref)" :width="100" :height="100"
:crop="false" :zIndex="1000" :customStrings="uploadLangstexts" removeButtonClass="btn btn-danger" buttonClass="btn btn-default">

</picture-input>
Expand Down

0 comments on commit 7dd2951

Please sign in to comment.