Add v-cloak to all tables and charts

This commit is contained in:
Montana
2018-12-14 13:53:04 -05:00
parent 5e718c3cfc
commit 8c2a35c7ca
5 changed files with 7 additions and 6 deletions

View File

@@ -22,7 +22,7 @@
{% else %}
{% for project in workspace.projects %}
<div class='block-list project-list-item'>
<div v-cloak class='block-list project-list-item'>
<header class='block-list__header'>
<h2 class='block-list__title'>{{ project.name }} ({{ project.environments|length }} environments)</h2>
{% if user_can(permissions.RENAME_APPLICATION_IN_WORKSPACE) %}