This website works better with JavaScript.
Home
Help
Sign In
heuzef
/
lesspass
mirror of
https://github.com/lesspass/lesspass.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
67
Wiki
Activity
Browse Source
Hide table when loading
pull/342/head
Guillaume Vincent
7 years ago
parent
21d5835768
commit
01021b7eab
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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>
Write
Preview
Loading…
Cancel
Save