Browse Source

save 버튼 삭제

v2
원형 1 year ago
parent
commit
67cc22b54e
  1. 1
      src/main/resources/static/index.html

1
src/main/resources/static/index.html

@ -334,7 +334,6 @@
<input type="file" class="upload-input-device" accept=".json" style="display: none;"> <input type="file" class="upload-input-device" accept=".json" style="display: none;">
<button class="select-file-btn-device">Load Local Device File</button> <button class="select-file-btn-device">Load Local Device File</button>
</div> </div>
<button class="save-file">Save to Device</button>
<button class="download-device-file">Download Device File</button> <button class="download-device-file">Download Device File</button>
</div> </div>
</section> </section>

Loading…
Cancel
Save