use project state data
add missing class name
This commit is contained in:
parent
651e503a0c
commit
9fcd725238
@ -261,7 +261,7 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
|
|
||||||
<tbody v-for='(project, name) in projects'>
|
<tbody v-for='(project, name) in projectsState' class='spend-table__project'>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope='rowgroup'>
|
<th scope='rowgroup'>
|
||||||
<button v-on:click='toggle($event, name)' class='icon-link icon-link--large spend-table__project__toggler'>
|
<button v-on:click='toggle($event, name)' class='icon-link icon-link--large spend-table__project__toggler'>
|
||||||
@ -292,7 +292,7 @@
|
|||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<tr v-for='(environment, envName) in environments[name]' v-show='project.isVisible'>
|
<tr v-for='(environment, envName) in environments[name]' v-show='project.isVisible' class='spend-table__project__env'>
|
||||||
<th scope='rowgroup'>
|
<th scope='rowgroup'>
|
||||||
<a href='#' class='icon-link spend-table__project__env'>
|
<a href='#' class='icon-link spend-table__project__env'>
|
||||||
{{ Icon('link') }}
|
{{ Icon('link') }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user