Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
truenas-rk3588
webui
Commits
4713eea0
Unverified
Commit
4713eea0
authored
1 year ago
by
RehanY147
Committed by
GitHub
1 year ago
Browse files
Options
Download
Email Patches
Plain Diff
NAS-124131: Adding link to forums (#8862)
parent
c1b422e8
Changes
90
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
src/app/pages/system/file-ticket/file-ticket-form/components/jira-oauth/jira-oauth.component.html
+5
-0
...cket-form/components/jira-oauth/jira-oauth.component.html
src/app/pages/system/file-ticket/file-ticket-form/components/jira-oauth/jira-oauth.component.ts
+4
-0
...ticket-form/components/jira-oauth/jira-oauth.component.ts
src/assets/i18n/af.json
+1
-0
src/assets/i18n/af.json
src/assets/i18n/ar.json
+1
-0
src/assets/i18n/ar.json
src/assets/i18n/ast.json
+1
-0
src/assets/i18n/ast.json
src/assets/i18n/az.json
+1
-0
src/assets/i18n/az.json
src/assets/i18n/be.json
+1
-0
src/assets/i18n/be.json
src/assets/i18n/bg.json
+1
-0
src/assets/i18n/bg.json
src/assets/i18n/bn.json
+1
-0
src/assets/i18n/bn.json
src/assets/i18n/br.json
+1
-0
src/assets/i18n/br.json
src/assets/i18n/bs.json
+1
-0
src/assets/i18n/bs.json
src/assets/i18n/ca.json
+1
-0
src/assets/i18n/ca.json
src/assets/i18n/cs.json
+1
-0
src/assets/i18n/cs.json
src/assets/i18n/cy.json
+1
-0
src/assets/i18n/cy.json
src/assets/i18n/da.json
+1
-0
src/assets/i18n/da.json
src/assets/i18n/de.json
+1
-0
src/assets/i18n/de.json
src/assets/i18n/dsb.json
+1
-0
src/assets/i18n/dsb.json
src/assets/i18n/el.json
+1
-0
src/assets/i18n/el.json
src/assets/i18n/en-au.json
+1
-0
src/assets/i18n/en-au.json
src/assets/i18n/en-gb.json
+1
-0
src/assets/i18n/en-gb.json
with
27 additions
and
0 deletions
+27
-0
src/app/pages/system/file-ticket/file-ticket-form/components/jira-oauth/jira-oauth.component.html
View file @
4713eea0
<div
*ngIf=
"!(isEnterprise$ | async)"
>
<a
href=
"https://www.truenas.com/community/"
ixTest=
"['forum-link']"
>
{{ 'TrueNAS Forums - To discuss with fellow TrueNAS community users' | translate }}
</a>
</div>
<button
mat-button
type=
"button"
...
...
This diff is collapsed.
Click to expand it.
src/app/pages/system/file-ticket/file-ticket-form/components/jira-oauth/jira-oauth.component.ts
View file @
4713eea0
...
...
@@ -5,6 +5,7 @@ import { ControlValueAccessor, NgControl } from '@angular/forms';
import
{
TranslateService
}
from
'
@ngx-translate/core
'
;
import
{
WINDOW
}
from
'
app/helpers/window.helper
'
;
import
{
OauthJiraMessage
}
from
'
app/interfaces/support.interface
'
;
import
{
SystemGeneralService
}
from
'
app/services/system-general.service
'
;
@
Component
({
selector
:
'
ix-jira-oauth
'
,
...
...
@@ -29,11 +30,14 @@ export class JiraOauthComponent implements ControlValueAccessor {
this
.
cdr
.
markForCheck
();
}
readonly
isEnterprise$
=
this
.
sysGeneralService
.
isEnterprise$
;
constructor
(
public
controlDirective
:
NgControl
,
private
cdr
:
ChangeDetectorRef
,
private
translate
:
TranslateService
,
@
Inject
(
WINDOW
)
private
window
:
Window
,
private
sysGeneralService
:
SystemGeneralService
,
)
{
this
.
controlDirective
.
valueAccessor
=
this
;
}
...
...
This diff is collapsed.
Click to expand it.
src/assets/i18n/af.json
View file @
4713eea0
...
...
@@ -3764,6 +3764,7 @@
"TrueCommand Cloud Service has been deregistered."
:
""
,
"TrueCommand IP"
:
""
,
"TrueNAS Controller"
:
""
,
"TrueNAS Forums - To discuss with fellow TrueNAS community users"
:
""
,
"TrueNAS Help"
:
""
,
"TrueNAS URL"
:
""
,
"TrueNAS software versions do not match between storage controllers."
:
""
,
...
...
This diff is collapsed.
Click to expand it.
src/assets/i18n/ar.json
View file @
4713eea0
...
...
@@ -3764,6 +3764,7 @@
"TrueCommand Cloud Service has been deregistered."
:
""
,
"TrueCommand IP"
:
""
,
"TrueNAS Controller"
:
""
,
"TrueNAS Forums - To discuss with fellow TrueNAS community users"
:
""
,
"TrueNAS Help"
:
""
,
"TrueNAS URL"
:
""
,
"TrueNAS software versions do not match between storage controllers."
:
""
,
...
...
This diff is collapsed.
Click to expand it.
src/assets/i18n/ast.json
View file @
4713eea0
...
...
@@ -3764,6 +3764,7 @@
"TrueCommand Cloud Service has been deregistered."
:
""
,
"TrueCommand IP"
:
""
,
"TrueNAS Controller"
:
""
,
"TrueNAS Forums - To discuss with fellow TrueNAS community users"
:
""
,
"TrueNAS Help"
:
""
,
"TrueNAS URL"
:
""
,
"TrueNAS software versions do not match between storage controllers."
:
""
,
...
...
This diff is collapsed.
Click to expand it.
src/assets/i18n/az.json
View file @
4713eea0
...
...
@@ -3764,6 +3764,7 @@
"TrueCommand Cloud Service has been deregistered."
:
""
,
"TrueCommand IP"
:
""
,
"TrueNAS Controller"
:
""
,
"TrueNAS Forums - To discuss with fellow TrueNAS community users"
:
""
,
"TrueNAS Help"
:
""
,
"TrueNAS URL"
:
""
,
"TrueNAS software versions do not match between storage controllers."
:
""
,
...
...
This diff is collapsed.
Click to expand it.
src/assets/i18n/be.json
View file @
4713eea0
...
...
@@ -3764,6 +3764,7 @@
"TrueCommand Cloud Service has been deregistered."
:
""
,
"TrueCommand IP"
:
""
,
"TrueNAS Controller"
:
""
,
"TrueNAS Forums - To discuss with fellow TrueNAS community users"
:
""
,
"TrueNAS Help"
:
""
,
"TrueNAS URL"
:
""
,
"TrueNAS software versions do not match between storage controllers."
:
""
,
...
...
This diff is collapsed.
Click to expand it.
src/assets/i18n/bg.json
View file @
4713eea0
...
...
@@ -3764,6 +3764,7 @@
"TrueCommand Cloud Service has been deregistered."
:
""
,
"TrueCommand IP"
:
""
,
"TrueNAS Controller"
:
""
,
"TrueNAS Forums - To discuss with fellow TrueNAS community users"
:
""
,
"TrueNAS Help"
:
""
,
"TrueNAS URL"
:
""
,
"TrueNAS software versions do not match between storage controllers."
:
""
,
...
...
This diff is collapsed.
Click to expand it.
src/assets/i18n/bn.json
View file @
4713eea0
...
...
@@ -3764,6 +3764,7 @@
"TrueCommand Cloud Service has been deregistered."
:
""
,
"TrueCommand IP"
:
""
,
"TrueNAS Controller"
:
""
,
"TrueNAS Forums - To discuss with fellow TrueNAS community users"
:
""
,
"TrueNAS Help"
:
""
,
"TrueNAS URL"
:
""
,
"TrueNAS software versions do not match between storage controllers."
:
""
,
...
...
This diff is collapsed.
Click to expand it.
src/assets/i18n/br.json
View file @
4713eea0
...
...
@@ -3764,6 +3764,7 @@
"TrueCommand Cloud Service has been deregistered."
:
""
,
"TrueCommand IP"
:
""
,
"TrueNAS Controller"
:
""
,
"TrueNAS Forums - To discuss with fellow TrueNAS community users"
:
""
,
"TrueNAS Help"
:
""
,
"TrueNAS URL"
:
""
,
"TrueNAS software versions do not match between storage controllers."
:
""
,
...
...
This diff is collapsed.
Click to expand it.
src/assets/i18n/bs.json
View file @
4713eea0
...
...
@@ -3764,6 +3764,7 @@
"TrueCommand Cloud Service has been deregistered."
:
""
,
"TrueCommand IP"
:
""
,
"TrueNAS Controller"
:
""
,
"TrueNAS Forums - To discuss with fellow TrueNAS community users"
:
""
,
"TrueNAS Help"
:
""
,
"TrueNAS URL"
:
""
,
"TrueNAS software versions do not match between storage controllers."
:
""
,
...
...
This diff is collapsed.
Click to expand it.
src/assets/i18n/ca.json
View file @
4713eea0
...
...
@@ -3764,6 +3764,7 @@
"TrueCommand Cloud Service has been deregistered."
:
""
,
"TrueCommand IP"
:
""
,
"TrueNAS Controller"
:
""
,
"TrueNAS Forums - To discuss with fellow TrueNAS community users"
:
""
,
"TrueNAS Help"
:
""
,
"TrueNAS URL"
:
""
,
"TrueNAS software versions do not match between storage controllers."
:
""
,
...
...
This diff is collapsed.
Click to expand it.
src/assets/i18n/cs.json
View file @
4713eea0
...
...
@@ -3326,6 +3326,7 @@
"TrueCommand Cloud Service has been deregistered."
:
""
,
"TrueCommand IP"
:
""
,
"TrueNAS Controller"
:
""
,
"TrueNAS Forums - To discuss with fellow TrueNAS community users"
:
""
,
"TrueNAS Help"
:
""
,
"TrueNAS URL"
:
""
,
"TrueNAS software versions do not match between storage controllers."
:
""
,
...
...
This diff is collapsed.
Click to expand it.
src/assets/i18n/cy.json
View file @
4713eea0
...
...
@@ -3764,6 +3764,7 @@
"TrueCommand Cloud Service has been deregistered."
:
""
,
"TrueCommand IP"
:
""
,
"TrueNAS Controller"
:
""
,
"TrueNAS Forums - To discuss with fellow TrueNAS community users"
:
""
,
"TrueNAS Help"
:
""
,
"TrueNAS URL"
:
""
,
"TrueNAS software versions do not match between storage controllers."
:
""
,
...
...
This diff is collapsed.
Click to expand it.
src/assets/i18n/da.json
View file @
4713eea0
...
...
@@ -3764,6 +3764,7 @@
"TrueCommand Cloud Service has been deregistered."
:
""
,
"TrueCommand IP"
:
""
,
"TrueNAS Controller"
:
""
,
"TrueNAS Forums - To discuss with fellow TrueNAS community users"
:
""
,
"TrueNAS Help"
:
""
,
"TrueNAS URL"
:
""
,
"TrueNAS software versions do not match between storage controllers."
:
""
,
...
...
This diff is collapsed.
Click to expand it.
src/assets/i18n/de.json
View file @
4713eea0
...
...
@@ -2623,6 +2623,7 @@
"TrueCommand Cloud Service deregistered"
:
""
,
"TrueCommand Cloud Service has been deregistered."
:
""
,
"TrueCommand IP"
:
""
,
"TrueNAS Forums - To discuss with fellow TrueNAS community users"
:
""
,
"TrueNAS Help"
:
""
,
"TrueNAS URL"
:
""
,
"TrueNAS software versions do not match between storage controllers."
:
""
,
...
...
This diff is collapsed.
Click to expand it.
src/assets/i18n/dsb.json
View file @
4713eea0
...
...
@@ -3764,6 +3764,7 @@
"TrueCommand Cloud Service has been deregistered."
:
""
,
"TrueCommand IP"
:
""
,
"TrueNAS Controller"
:
""
,
"TrueNAS Forums - To discuss with fellow TrueNAS community users"
:
""
,
"TrueNAS Help"
:
""
,
"TrueNAS URL"
:
""
,
"TrueNAS software versions do not match between storage controllers."
:
""
,
...
...
This diff is collapsed.
Click to expand it.
src/assets/i18n/el.json
View file @
4713eea0
...
...
@@ -3764,6 +3764,7 @@
"TrueCommand Cloud Service has been deregistered."
:
""
,
"TrueCommand IP"
:
""
,
"TrueNAS Controller"
:
""
,
"TrueNAS Forums - To discuss with fellow TrueNAS community users"
:
""
,
"TrueNAS Help"
:
""
,
"TrueNAS URL"
:
""
,
"TrueNAS software versions do not match between storage controllers."
:
""
,
...
...
This diff is collapsed.
Click to expand it.
src/assets/i18n/en-au.json
View file @
4713eea0
...
...
@@ -3764,6 +3764,7 @@
"TrueCommand Cloud Service has been deregistered."
:
""
,
"TrueCommand IP"
:
""
,
"TrueNAS Controller"
:
""
,
"TrueNAS Forums - To discuss with fellow TrueNAS community users"
:
""
,
"TrueNAS Help"
:
""
,
"TrueNAS URL"
:
""
,
"TrueNAS software versions do not match between storage controllers."
:
""
,
...
...
This diff is collapsed.
Click to expand it.
src/assets/i18n/en-gb.json
View file @
4713eea0
...
...
@@ -3764,6 +3764,7 @@
"TrueCommand Cloud Service has been deregistered."
:
""
,
"TrueCommand IP"
:
""
,
"TrueNAS Controller"
:
""
,
"TrueNAS Forums - To discuss with fellow TrueNAS community users"
:
""
,
"TrueNAS Help"
:
""
,
"TrueNAS URL"
:
""
,
"TrueNAS software versions do not match between storage controllers."
:
""
,
...
...
This diff is collapsed.
Click to expand it.
Prev
1
2
3
4
5
Next
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment