Skip to content

Commit

Permalink
Merge pull request #141 from matomo-org/linkstyles
Browse files Browse the repository at this point in the history
Adjustments according to core changes in UI
  • Loading branch information
sgiehl committed Jul 12, 2023
2 parents 05116fd + 02e1376 commit 87b4aff
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 26 deletions.
Binary file modified tests/UI/expected-ui-screenshots/CustomAlerts_delete.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tests/UI/expected-ui-screenshots/CustomAlerts_edit.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
40 changes: 17 additions & 23 deletions vue/dist/CustomAlerts.umd.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vue/dist/CustomAlerts.umd.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions vue/src/ListAlerts/ListAlerts.vue
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@
<td class="reportName">{{ alert.reportName || '-' }}</td>
<td class="edit">
<a
class="table-action"
class="table-action icon-edit"
:href="linkTo({
'module': 'CustomAlerts',
'action': 'editAlert',
'idAlert': alert.idalert,
})"
:title="translate('General_Edit')"
><span class="icon-edit" /></a>
></a>
</td>
<td class="delete">
<button
Expand Down

0 comments on commit 87b4aff

Please sign in to comment.