Plugins: Changed alertlist alert url to view instead of edit (#29060)

This commit is contained in:
Zaki Haris 2020-11-19 03:15:26 +08:00 committed by GitHub
parent ec218de05e
commit 6d0a98b249
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,7 @@
<div class="alert-rule-item__body">
<div class="alert-rule-item__header">
<p class="alert-rule-item__name">
<a href="{{alert.url}}?editPanel={{alert.panelId}}&tab=alert">
<a href="{{alert.url}}?viewPanel={{alert.panelId}}">
{{alert.name}}
</a>
</p>