Add v-cloak to all tables and charts
This commit is contained in:
parent
5e718c3cfc
commit
8c2a35c7ca
@ -4,7 +4,7 @@
|
||||
{% block content %}
|
||||
|
||||
|
||||
<section class="block-list">
|
||||
<section v-cloak class="block-list">
|
||||
<header class="block-list__header">
|
||||
<h1 class="block-list__title">Activity History</h1>
|
||||
</header>
|
||||
|
@ -82,7 +82,7 @@
|
||||
</div>
|
||||
{% endif %}
|
||||
|
||||
<div class="col col--grow">
|
||||
<div v-cloak class="col col--grow">
|
||||
|
||||
{% if extended_view %}
|
||||
<form @submit.prevent class='search-bar'>
|
||||
@ -116,7 +116,7 @@
|
||||
</form>
|
||||
{% endif %}
|
||||
|
||||
<div class='responsive-table-wrapper'>
|
||||
<div v-cloak class='responsive-table-wrapper'>
|
||||
<table v-if="filteredRequests.length">
|
||||
<thead>
|
||||
<tr>
|
||||
|
@ -1,7 +1,7 @@
|
||||
{% extends "base.html" %}
|
||||
|
||||
{% block content %}
|
||||
<div class='col'>
|
||||
<div v-cloak class='col'>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
|
@ -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) %}
|
||||
|
@ -13,7 +13,7 @@
|
||||
{"label": "Learn More", "href": url_for('atst.helpdocs'), "icon": "info"}
|
||||
] ) }}
|
||||
|
||||
<div class='funding-summary-row'>
|
||||
<div v-cloak class='funding-summary-row'>
|
||||
|
||||
<div class='funding-summary-row__col'>
|
||||
<div class='panel spend-summary'>
|
||||
@ -131,6 +131,7 @@
|
||||
{% else %}
|
||||
|
||||
<budget-chart
|
||||
v-cloak
|
||||
budget={{ budget }}
|
||||
current-month='{{ current_month_index }}'
|
||||
expiration-date='{{ expiration_date }}'
|
||||
|
Loading…
x
Reference in New Issue
Block a user