Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Preparing for updater change #5129

Merged
merged 4 commits into from
Mar 28, 2024
Merged

Conversation

kenkendk
Copy link
Member

Preparing for updater change


<div class="buttons">
<a href ng-click="doDismiss(item.ID)" class="button dismiss" translate>Dismiss</a>
<a href="{{item.Message}}" target="_blank" rel="extenal" class="button showupdate" translate>Show</a>

Check warning

Code scanning / CodeQL

Potentially unsafe external link Medium

External links without noopener/noreferrer are a potential security risk.
@@ -33,6 +32,16 @@
<div class="clear"></div>
</div>
</div>

<div ng-if="item.Action == 'update:manual'">
<div class="message"><span translate>Manual update found:</span> <a href="{{item.Message}}" target="_blank" rel="extenal">{{item.Message}}</a></div>

Check warning

Code scanning / CodeQL

Potentially unsafe external link Medium

External links without noopener/noreferrer are a potential security risk.
@kenkendk kenkendk merged commit b0e852d into master Mar 28, 2024
12 of 14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant