apply is now performed on snapshot
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -24,9 +24,18 @@
|
||||
<md-list-item>
|
||||
|
||||
<table>
|
||||
<tr><th>Creations:</th><td>0</td></tr>
|
||||
<tr><th>Updates:</th><td>0</td></tr>
|
||||
<tr><th>Deletions:</th><td>0</td></tr>
|
||||
<tr>
|
||||
<th>Creations:</th>
|
||||
<td>{{ pendingChanges.created.length }}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Updates:</th>
|
||||
<td>{{ pendingChanges.updated.length }}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Deletions:</th>
|
||||
<td>{{ pendingChanges.deleted.length }}</td>
|
||||
</tr>
|
||||
</table>
|
||||
</md-list-item>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user