Browse Source

Hide table when loading

pull/342/head
Guillaume Vincent 7 years ago
parent
commit
01021b7eab
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/components/Index.vue

+ 1
- 1
src/components/Index.vue View File

@@ -116,7 +116,7 @@
generated
passwords</h3>
<div class="card-block">
<table class="table table-bordered table-sm" v-if="newPasswordProfiles.length > 0">
<table class="table table-bordered table-sm" v-if="newPasswordProfiles.length > 0 && !building">
<thead class="thead-inverse">
<tr>
<th class="text-center" colspan="9">Old profile</th>


Loading…
Cancel
Save