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
f174603f
Commit
f174603f
authored
3 years ago
by
AlexKarpov
Browse files
Options
Download
Email Patches
Plain Diff
NAS-116469: Make it easier to find an iSCSI wizard
parent
2f9476a7
Changes
91
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
src/app/modules/entity/table/expandable-table/expandable-table.component.html
+1
-1
...ty/table/expandable-table/expandable-table.component.html
src/app/modules/entity/table/expandable-table/expandable-table.component.ts
+1
-0
...tity/table/expandable-table/expandable-table.component.ts
src/app/pages/sharing/components/shares-dashboard/shares-dashboard.component.ts
+3
-2
...components/shares-dashboard/shares-dashboard.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
with
22 additions
and
3 deletions
+22
-3
src/app/modules/entity/table/expandable-table/expandable-table.component.html
View file @
f174603f
...
...
@@ -22,7 +22,7 @@
<button
mat-button
color=
"default"
class=
"action-icon action-button"
*ngIf=
"tableConf.add"
(click)=
"tableConf.add()"
ix-auto
ix-auto-type=
"button"
ix-auto-identifier=
"{{tableConf.name}}-add"
>
{{ 'Add' | translate }}
</button>
>
{{
tableConf.addButtonLabel ? tableConf.addButtonLabel : (
'Add' | translate
)
}}
</button>
<ng-content
select=
"[headerCustomActions]"
></ng-content>
</div>
...
...
This diff is collapsed.
Click to expand it.
src/app/modules/entity/table/expandable-table/expandable-table.component.ts
View file @
f174603f
...
...
@@ -11,6 +11,7 @@ export interface InputExpandableTableConf extends AppTableConfig {
limitRows
?:
number
;
configure
?:
()
=>
void
;
limitRowsByMaxHeight
?:
boolean
;
addButtonLabel
?:
string
;
}
export
enum
ExpandableTableState
{
...
...
This diff is collapsed.
Click to expand it.
src/app/pages/sharing/components/shares-dashboard/shares-dashboard.component.ts
View file @
f174603f
...
...
@@ -248,9 +248,10 @@ export class SharesDashboardComponent implements AfterViewInit {
prop
:
'
alias
'
,
},
],
add
()
{
this
.
parent
.
slideInService
.
open
(
TargetFormComponent
,
{
wide
:
true
}
);
add
:
()
=>
{
this
.
router
.
navigate
([
'
/
'
,
'
sharing
'
,
'
iscsi
'
,
'
wizard
'
]
);
},
addButtonLabel
:
this
.
translate
.
instant
(
'
Wizard
'
),
edit
(
row
:
IscsiTarget
)
{
const
targetForm
=
this
.
parent
.
slideInService
.
open
(
TargetFormComponent
,
{
wide
:
true
});
targetForm
.
setTargetForEdit
(
row
);
...
...
This diff is collapsed.
Click to expand it.
src/assets/i18n/af.json
View file @
f174603f
...
...
@@ -3827,6 +3827,7 @@
"Wipe this disk?"
:
""
,
"Wiping disk..."
:
""
,
"With your selection, no GPU is available for the host to consume."
:
""
,
"Wizard"
:
""
,
"Workgroup"
:
""
,
"Would you like to restart the SMB Service?"
:
""
,
"Write"
:
""
,
...
...
This diff is collapsed.
Click to expand it.
src/assets/i18n/ar.json
View file @
f174603f
...
...
@@ -3827,6 +3827,7 @@
"Wipe this disk?"
:
""
,
"Wiping disk..."
:
""
,
"With your selection, no GPU is available for the host to consume."
:
""
,
"Wizard"
:
""
,
"Workgroup"
:
""
,
"Would you like to restart the SMB Service?"
:
""
,
"Write"
:
""
,
...
...
This diff is collapsed.
Click to expand it.
src/assets/i18n/ast.json
View file @
f174603f
...
...
@@ -3827,6 +3827,7 @@
"Wipe this disk?"
:
""
,
"Wiping disk..."
:
""
,
"With your selection, no GPU is available for the host to consume."
:
""
,
"Wizard"
:
""
,
"Workgroup"
:
""
,
"Would you like to restart the SMB Service?"
:
""
,
"Write"
:
""
,
...
...
This diff is collapsed.
Click to expand it.
src/assets/i18n/az.json
View file @
f174603f
...
...
@@ -3827,6 +3827,7 @@
"Wipe this disk?"
:
""
,
"Wiping disk..."
:
""
,
"With your selection, no GPU is available for the host to consume."
:
""
,
"Wizard"
:
""
,
"Workgroup"
:
""
,
"Would you like to restart the SMB Service?"
:
""
,
"Write"
:
""
,
...
...
This diff is collapsed.
Click to expand it.
src/assets/i18n/be.json
View file @
f174603f
...
...
@@ -3827,6 +3827,7 @@
"Wipe this disk?"
:
""
,
"Wiping disk..."
:
""
,
"With your selection, no GPU is available for the host to consume."
:
""
,
"Wizard"
:
""
,
"Workgroup"
:
""
,
"Would you like to restart the SMB Service?"
:
""
,
"Write"
:
""
,
...
...
This diff is collapsed.
Click to expand it.
src/assets/i18n/bg.json
View file @
f174603f
...
...
@@ -3827,6 +3827,7 @@
"Wipe this disk?"
:
""
,
"Wiping disk..."
:
""
,
"With your selection, no GPU is available for the host to consume."
:
""
,
"Wizard"
:
""
,
"Workgroup"
:
""
,
"Would you like to restart the SMB Service?"
:
""
,
"Write"
:
""
,
...
...
This diff is collapsed.
Click to expand it.
src/assets/i18n/bn.json
View file @
f174603f
...
...
@@ -3827,6 +3827,7 @@
"Wipe this disk?"
:
""
,
"Wiping disk..."
:
""
,
"With your selection, no GPU is available for the host to consume."
:
""
,
"Wizard"
:
""
,
"Workgroup"
:
""
,
"Would you like to restart the SMB Service?"
:
""
,
"Write"
:
""
,
...
...
This diff is collapsed.
Click to expand it.
src/assets/i18n/br.json
View file @
f174603f
...
...
@@ -3827,6 +3827,7 @@
"Wipe this disk?"
:
""
,
"Wiping disk..."
:
""
,
"With your selection, no GPU is available for the host to consume."
:
""
,
"Wizard"
:
""
,
"Workgroup"
:
""
,
"Would you like to restart the SMB Service?"
:
""
,
"Write"
:
""
,
...
...
This diff is collapsed.
Click to expand it.
src/assets/i18n/bs.json
View file @
f174603f
...
...
@@ -3827,6 +3827,7 @@
"Wipe this disk?"
:
""
,
"Wiping disk..."
:
""
,
"With your selection, no GPU is available for the host to consume."
:
""
,
"Wizard"
:
""
,
"Workgroup"
:
""
,
"Would you like to restart the SMB Service?"
:
""
,
"Write"
:
""
,
...
...
This diff is collapsed.
Click to expand it.
src/assets/i18n/ca.json
View file @
f174603f
...
...
@@ -3827,6 +3827,7 @@
"Wipe this disk?"
:
""
,
"Wiping disk..."
:
""
,
"With your selection, no GPU is available for the host to consume."
:
""
,
"Wizard"
:
""
,
"Workgroup"
:
""
,
"Would you like to restart the SMB Service?"
:
""
,
"Write"
:
""
,
...
...
This diff is collapsed.
Click to expand it.
src/assets/i18n/cs.json
View file @
f174603f
...
...
@@ -3289,6 +3289,7 @@
"Wipe Disk {name}"
:
""
,
"Wiping disk..."
:
""
,
"With your selection, no GPU is available for the host to consume."
:
""
,
"Wizard"
:
""
,
"Workgroup"
:
""
,
"Would you like to restart the SMB Service?"
:
""
,
"Write"
:
""
,
...
...
This diff is collapsed.
Click to expand it.
src/assets/i18n/cy.json
View file @
f174603f
...
...
@@ -3827,6 +3827,7 @@
"Wipe this disk?"
:
""
,
"Wiping disk..."
:
""
,
"With your selection, no GPU is available for the host to consume."
:
""
,
"Wizard"
:
""
,
"Workgroup"
:
""
,
"Would you like to restart the SMB Service?"
:
""
,
"Write"
:
""
,
...
...
This diff is collapsed.
Click to expand it.
src/assets/i18n/da.json
View file @
f174603f
...
...
@@ -3827,6 +3827,7 @@
"Wipe this disk?"
:
""
,
"Wiping disk..."
:
""
,
"With your selection, no GPU is available for the host to consume."
:
""
,
"Wizard"
:
""
,
"Workgroup"
:
""
,
"Would you like to restart the SMB Service?"
:
""
,
"Write"
:
""
,
...
...
This diff is collapsed.
Click to expand it.
src/assets/i18n/de.json
View file @
f174603f
...
...
@@ -2348,6 +2348,7 @@
"Windows (SMB) Shares"
:
""
,
"Wipe Disk {name}"
:
""
,
"With your selection, no GPU is available for the host to consume."
:
""
,
"Wizard"
:
""
,
"Would you like to restart the SMB Service?"
:
""
,
"Write ACL"
:
""
,
"Write Attributes"
:
""
,
...
...
This diff is collapsed.
Click to expand it.
src/assets/i18n/dsb.json
View file @
f174603f
...
...
@@ -3827,6 +3827,7 @@
"Wipe this disk?"
:
""
,
"Wiping disk..."
:
""
,
"With your selection, no GPU is available for the host to consume."
:
""
,
"Wizard"
:
""
,
"Workgroup"
:
""
,
"Would you like to restart the SMB Service?"
:
""
,
"Write"
:
""
,
...
...
This diff is collapsed.
Click to expand it.
src/assets/i18n/el.json
View file @
f174603f
...
...
@@ -3827,6 +3827,7 @@
"Wipe this disk?"
:
""
,
"Wiping disk..."
:
""
,
"With your selection, no GPU is available for the host to consume."
:
""
,
"Wizard"
:
""
,
"Workgroup"
:
""
,
"Would you like to restart the SMB Service?"
:
""
,
"Write"
:
""
,
...
...
This diff is collapsed.
Click to expand it.
src/assets/i18n/en-au.json
View file @
f174603f
...
...
@@ -3827,6 +3827,7 @@
"Wipe this disk?"
:
""
,
"Wiping disk..."
:
""
,
"With your selection, no GPU is available for the host to consume."
:
""
,
"Wizard"
:
""
,
"Workgroup"
:
""
,
"Would you like to restart the SMB Service?"
:
""
,
"Write"
:
""
,
...
...
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