pick-mobile.html 467 B

123456789101112
  1. <div id="pick-mobile" v-if="active_space" class="dialog-section" v-show="opened_dialog=='mobile'">
  2. <h4 class="dialog-title">Mobile Upload</h4>
  3. <!--img v-if="active_space.edit_hash" v-bind:src="'/api/helper/qrcode/'+ active_space._id"-->
  4. <p class="text-center">
  5. Install the Spacedeck App on your phone and scan this QR code to upload photos, sound, video or text.
  6. <p>
  7. <p class="text-center">
  8. Access Code: {{active_space.edit_hash}}
  9. </p>
  10. </div>