mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-07-18 00:46:45 +00:00
Merge branch 'feat/issue-7324-0317f4'
* feat/issue-7324-0317f4: fix(jira): warn web users about browser limitations
This commit is contained in:
commit
8b147daaf4
2 changed files with 6 additions and 0 deletions
|
|
@ -20,6 +20,9 @@
|
|||
@if (ip.isEnabled) {
|
||||
<!---->
|
||||
@if (ip.issueProviderKey === 'JIRA' && IS_WEB_EXTENSION_REQUIRED_FOR_JIRA) {
|
||||
<div [ngClass]="HelperClasses.isHideForAdvancedFeatures">
|
||||
<p [innerHTML]="T.F.ISSUE.CROSS_ORIGIN_BROWSER_WARNING | translate"></p>
|
||||
</div>
|
||||
<div [ngClass]="HelperClasses.isHideForAdvancedFeatures">
|
||||
<p [innerHTML]="T.G.EXTENSION_INFO | translate"></p>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -86,6 +86,9 @@
|
|||
}
|
||||
<!-- -->
|
||||
@if (issueProviderKey === 'JIRA' && IS_WEB_EXTENSION_REQUIRED_FOR_JIRA) {
|
||||
<div [ngClass]="HelperClasses.isHideForAdvancedFeatures">
|
||||
<p [innerHTML]="T.F.ISSUE.CROSS_ORIGIN_BROWSER_WARNING | translate"></p>
|
||||
</div>
|
||||
<div [ngClass]="HelperClasses.isHideForAdvancedFeatures">
|
||||
<p [innerHTML]="T.G.EXTENSION_INFO | translate"></p>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue