Skip to content

Commit

Permalink
Allow Map to load in background
Browse files Browse the repository at this point in the history
  • Loading branch information
ingalls committed Jul 25, 2024
1 parent e61b323 commit 2ade938
Show file tree
Hide file tree
Showing 2 changed files with 346 additions and 310 deletions.
33 changes: 33 additions & 0 deletions api/web/src/components/CloudTAK/Loading.vue
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
<template>
<TablerModal>
<div
class='modal-body bg-white rounded'
>
<div
class='text-center'
style='margin-bottom: 24px;'
>
<img
src='/logo.png'
height='150'
>
</div>
<TablerLoading desc='Loading Map State' />
</div>
</TablerModal>
</template>

<script>
import {
TablerModal,
TablerLoading
} from '@tak-ps/vue-tabler'
export default {
name: 'CloudTAKLoading',
components: {
TablerModal,
TablerLoading
}
}
</script>
Loading

0 comments on commit 2ade938

Please sign in to comment.