@@ -166,9 +166,9 @@ |
||
166 | 166 | title="[[Suppress incident]]" |
167 | 167 | class="btn blue-grey darken-2 waves-effect waves-light" |
168 | 168 | options="<?= [ |
169 | - 'id' => $snapshot->primaryKey(), |
|
170 | - 'incident' => $entity->primaryKey(), |
|
171 | - ] ?>"></vault:uri> |
|
169 | + 'id' => $snapshot->primaryKey(), |
|
170 | + 'incident' => $entity->primaryKey(), |
|
171 | + ] ?>"></vault:uri> |
|
172 | 172 | </vault:guard> |
173 | 173 | <?php } |
174 | 174 |
@@ -24,9 +24,9 @@ |
||
24 | 24 | <vault:uri target="snapshots:suppressIncident" |
25 | 25 | class="btn blue-grey darken-2 waves-effect waves-light" icon="archive" |
26 | 26 | options="<?= [ |
27 | - 'id' => $snapshot->primaryKey(), |
|
28 | - 'incident' => $incident->primaryKey() |
|
29 | - ] ?>"> |
|
27 | + 'id' => $snapshot->primaryKey(), |
|
28 | + 'incident' => $incident->primaryKey() |
|
29 | + ] ?>"> |
|
30 | 30 | [[Suppress]] |
31 | 31 | </vault:uri> |
32 | 32 | <?php } ?> |