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

NAS-130062 / 24.10 / Removes unused fileds in apps #10423

Merged
merged 2 commits into from
Aug 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,6 @@ <h3 mat-card-title>
}
</div>
</div>
<!-- TODO: https://ixsystems.atlassian.net/browse/NAS-121706 -->
<div class="details-item">
<div class="label">{{ 'Last Updated' | translate }}:</div>
<div class="value">
<ng-container [ngTemplateOutlet]="notAvailable"></ng-container>
</div>
</div>
<div class="details-item sources">
<div class="label">{{ 'Source' | translate }}:</div>
<div class="value">
Expand All @@ -77,22 +70,7 @@ <h3 mat-card-title>
</div>
</div>
</div>
<!-- TODO: https://ixsystems.atlassian.net/browse/NAS-121706 -->
<div class="details-item">
<div class="label">{{ 'Developer' | translate }}:</div>
<div class="value">
<ng-container [ngTemplateOutlet]="notAvailable"></ng-container>
</div>
</div>
<!-- TODO: https://ixsystems.atlassian.net/browse/NAS-121706 -->
@if (false) {
<div class="details-item">
<div class="label">{{ 'Commits in the last 60 days' | translate }}:</div>
<div class="value">
<ng-container [ngTemplateOutlet]="notAvailable"></ng-container>
</div>
</div>
}

<div class="details-item">
<div class="label">{{ 'Train' | translate }}:</div>
<div class="value">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -133,20 +133,10 @@
label: 'App Version:',
value: '3.2.1',
},
// TODO: https://ixsystems.atlassian.net/browse/NAS-121706
{
label: 'Last Updated:',
value: 'N/A',
},
{
label: 'Source:',
value: 'github.com/ix-test-app/ix-test-app',
},
// TODO: https://ixsystems.atlassian.net/browse/NAS-121706
{
label: 'Developer:',
value: 'N/A',
},
{
label: 'Train:',
value: 'stable',
Expand Down Expand Up @@ -208,7 +198,7 @@

// TODO:
// eslint-disable-next-line @typescript-eslint/no-unsafe-call
it.skip('opens rollback app dialog when Roll Back button is pressed', async () => {

Check warning on line 201 in src/app/pages/apps/components/installed-apps/app-info-card/app-info-card.component.spec.ts

View workflow job for this annotation

GitHub Actions / Validate code style

Disabled test
const rollbackButton = await loader.getHarness(MatButtonHarness.with({ text: 'Roll Back' }));
await rollbackButton.click();

Expand Down
3 changes: 0 additions & 3 deletions src/assets/i18n/af.json
Original file line number Diff line number Diff line change
Expand Up @@ -875,7 +875,6 @@
"Commands": "",
"Comments": "",
"Comments about this script.": "",
"Commits in the last 60 days": "",
"Common": "",
"Common Name": "",
"Community": "",
Expand Down Expand Up @@ -1295,7 +1294,6 @@
"Determine how <a href=\"https://man7.org/linux/man-pages/man1/chmod.1.html\" target=\"_blank\">chmod</a> behaves when adjusting file ACLs. See the <a href=\"https://linux.die.net/man/8/zfs\" target=\"_blank\">zfs(8)</a> aclmode property. <br><br><i>Passthrough</i> only updates ACL entries that are related to the file or directory mode. <br><br><i>Restricted</i> does not allow chmod to make changes to files or directories with a non-trivial ACL. An ACL is trivial if it can be fully expressed as a file mode without losing any access rules. Setting the ACL Mode to Restricted is typically used to optimize a dataset for SMB sharing, but can require further optimizations. For example, configuring an rsync task with this dataset could require adding <i>--no-perms</i> in the task <i>Auxiliary Parameters</i> field.": "",
"Determine whether this share name is included when browsing shares. Home shares are only visible to the owner regardless of this setting.": "",
"Determines the outgoing and incoming traffic ports.<br> <i>LACP</i> is the recommended protocol if the network switch is capable of active LACP.<br><i>Failover</i> is the default protocol choice and should only be used if the network switch does not support active LACP.": "",
"Developer": "",
"Device": "",
"Device Attached": "",
"Device Busy": "",
Expand Down Expand Up @@ -2385,7 +2383,6 @@
"Last Scrub Date": "",
"Last Scrub Run": "",
"Last Snapshot": "",
"Last Updated": "",
"Last month": "",
"Last successful": "",
"Last week": "",
Expand Down
3 changes: 0 additions & 3 deletions src/assets/i18n/ar.json
Original file line number Diff line number Diff line change
Expand Up @@ -875,7 +875,6 @@
"Commands": "",
"Comments": "",
"Comments about this script.": "",
"Commits in the last 60 days": "",
"Common": "",
"Common Name": "",
"Community": "",
Expand Down Expand Up @@ -1295,7 +1294,6 @@
"Determine how <a href=\"https://man7.org/linux/man-pages/man1/chmod.1.html\" target=\"_blank\">chmod</a> behaves when adjusting file ACLs. See the <a href=\"https://linux.die.net/man/8/zfs\" target=\"_blank\">zfs(8)</a> aclmode property. <br><br><i>Passthrough</i> only updates ACL entries that are related to the file or directory mode. <br><br><i>Restricted</i> does not allow chmod to make changes to files or directories with a non-trivial ACL. An ACL is trivial if it can be fully expressed as a file mode without losing any access rules. Setting the ACL Mode to Restricted is typically used to optimize a dataset for SMB sharing, but can require further optimizations. For example, configuring an rsync task with this dataset could require adding <i>--no-perms</i> in the task <i>Auxiliary Parameters</i> field.": "",
"Determine whether this share name is included when browsing shares. Home shares are only visible to the owner regardless of this setting.": "",
"Determines the outgoing and incoming traffic ports.<br> <i>LACP</i> is the recommended protocol if the network switch is capable of active LACP.<br><i>Failover</i> is the default protocol choice and should only be used if the network switch does not support active LACP.": "",
"Developer": "",
"Device": "",
"Device Attached": "",
"Device Busy": "",
Expand Down Expand Up @@ -2385,7 +2383,6 @@
"Last Scrub Date": "",
"Last Scrub Run": "",
"Last Snapshot": "",
"Last Updated": "",
"Last month": "",
"Last successful": "",
"Last week": "",
Expand Down
3 changes: 0 additions & 3 deletions src/assets/i18n/ast.json
Original file line number Diff line number Diff line change
Expand Up @@ -875,7 +875,6 @@
"Commands": "",
"Comments": "",
"Comments about this script.": "",
"Commits in the last 60 days": "",
"Common": "",
"Common Name": "",
"Community": "",
Expand Down Expand Up @@ -1295,7 +1294,6 @@
"Determine how <a href=\"https://man7.org/linux/man-pages/man1/chmod.1.html\" target=\"_blank\">chmod</a> behaves when adjusting file ACLs. See the <a href=\"https://linux.die.net/man/8/zfs\" target=\"_blank\">zfs(8)</a> aclmode property. <br><br><i>Passthrough</i> only updates ACL entries that are related to the file or directory mode. <br><br><i>Restricted</i> does not allow chmod to make changes to files or directories with a non-trivial ACL. An ACL is trivial if it can be fully expressed as a file mode without losing any access rules. Setting the ACL Mode to Restricted is typically used to optimize a dataset for SMB sharing, but can require further optimizations. For example, configuring an rsync task with this dataset could require adding <i>--no-perms</i> in the task <i>Auxiliary Parameters</i> field.": "",
"Determine whether this share name is included when browsing shares. Home shares are only visible to the owner regardless of this setting.": "",
"Determines the outgoing and incoming traffic ports.<br> <i>LACP</i> is the recommended protocol if the network switch is capable of active LACP.<br><i>Failover</i> is the default protocol choice and should only be used if the network switch does not support active LACP.": "",
"Developer": "",
"Device": "",
"Device Attached": "",
"Device Busy": "",
Expand Down Expand Up @@ -2385,7 +2383,6 @@
"Last Scrub Date": "",
"Last Scrub Run": "",
"Last Snapshot": "",
"Last Updated": "",
"Last month": "",
"Last successful": "",
"Last week": "",
Expand Down
3 changes: 0 additions & 3 deletions src/assets/i18n/az.json
Original file line number Diff line number Diff line change
Expand Up @@ -875,7 +875,6 @@
"Commands": "",
"Comments": "",
"Comments about this script.": "",
"Commits in the last 60 days": "",
"Common": "",
"Common Name": "",
"Community": "",
Expand Down Expand Up @@ -1295,7 +1294,6 @@
"Determine how <a href=\"https://man7.org/linux/man-pages/man1/chmod.1.html\" target=\"_blank\">chmod</a> behaves when adjusting file ACLs. See the <a href=\"https://linux.die.net/man/8/zfs\" target=\"_blank\">zfs(8)</a> aclmode property. <br><br><i>Passthrough</i> only updates ACL entries that are related to the file or directory mode. <br><br><i>Restricted</i> does not allow chmod to make changes to files or directories with a non-trivial ACL. An ACL is trivial if it can be fully expressed as a file mode without losing any access rules. Setting the ACL Mode to Restricted is typically used to optimize a dataset for SMB sharing, but can require further optimizations. For example, configuring an rsync task with this dataset could require adding <i>--no-perms</i> in the task <i>Auxiliary Parameters</i> field.": "",
"Determine whether this share name is included when browsing shares. Home shares are only visible to the owner regardless of this setting.": "",
"Determines the outgoing and incoming traffic ports.<br> <i>LACP</i> is the recommended protocol if the network switch is capable of active LACP.<br><i>Failover</i> is the default protocol choice and should only be used if the network switch does not support active LACP.": "",
"Developer": "",
"Device": "",
"Device Attached": "",
"Device Busy": "",
Expand Down Expand Up @@ -2385,7 +2383,6 @@
"Last Scrub Date": "",
"Last Scrub Run": "",
"Last Snapshot": "",
"Last Updated": "",
"Last month": "",
"Last successful": "",
"Last week": "",
Expand Down
3 changes: 0 additions & 3 deletions src/assets/i18n/be.json
Original file line number Diff line number Diff line change
Expand Up @@ -875,7 +875,6 @@
"Commands": "",
"Comments": "",
"Comments about this script.": "",
"Commits in the last 60 days": "",
"Common": "",
"Common Name": "",
"Community": "",
Expand Down Expand Up @@ -1295,7 +1294,6 @@
"Determine how <a href=\"https://man7.org/linux/man-pages/man1/chmod.1.html\" target=\"_blank\">chmod</a> behaves when adjusting file ACLs. See the <a href=\"https://linux.die.net/man/8/zfs\" target=\"_blank\">zfs(8)</a> aclmode property. <br><br><i>Passthrough</i> only updates ACL entries that are related to the file or directory mode. <br><br><i>Restricted</i> does not allow chmod to make changes to files or directories with a non-trivial ACL. An ACL is trivial if it can be fully expressed as a file mode without losing any access rules. Setting the ACL Mode to Restricted is typically used to optimize a dataset for SMB sharing, but can require further optimizations. For example, configuring an rsync task with this dataset could require adding <i>--no-perms</i> in the task <i>Auxiliary Parameters</i> field.": "",
"Determine whether this share name is included when browsing shares. Home shares are only visible to the owner regardless of this setting.": "",
"Determines the outgoing and incoming traffic ports.<br> <i>LACP</i> is the recommended protocol if the network switch is capable of active LACP.<br><i>Failover</i> is the default protocol choice and should only be used if the network switch does not support active LACP.": "",
"Developer": "",
"Device": "",
"Device Attached": "",
"Device Busy": "",
Expand Down Expand Up @@ -2385,7 +2383,6 @@
"Last Scrub Date": "",
"Last Scrub Run": "",
"Last Snapshot": "",
"Last Updated": "",
"Last month": "",
"Last successful": "",
"Last week": "",
Expand Down
3 changes: 0 additions & 3 deletions src/assets/i18n/bg.json
Original file line number Diff line number Diff line change
Expand Up @@ -875,7 +875,6 @@
"Commands": "",
"Comments": "",
"Comments about this script.": "",
"Commits in the last 60 days": "",
"Common": "",
"Common Name": "",
"Community": "",
Expand Down Expand Up @@ -1295,7 +1294,6 @@
"Determine how <a href=\"https://man7.org/linux/man-pages/man1/chmod.1.html\" target=\"_blank\">chmod</a> behaves when adjusting file ACLs. See the <a href=\"https://linux.die.net/man/8/zfs\" target=\"_blank\">zfs(8)</a> aclmode property. <br><br><i>Passthrough</i> only updates ACL entries that are related to the file or directory mode. <br><br><i>Restricted</i> does not allow chmod to make changes to files or directories with a non-trivial ACL. An ACL is trivial if it can be fully expressed as a file mode without losing any access rules. Setting the ACL Mode to Restricted is typically used to optimize a dataset for SMB sharing, but can require further optimizations. For example, configuring an rsync task with this dataset could require adding <i>--no-perms</i> in the task <i>Auxiliary Parameters</i> field.": "",
"Determine whether this share name is included when browsing shares. Home shares are only visible to the owner regardless of this setting.": "",
"Determines the outgoing and incoming traffic ports.<br> <i>LACP</i> is the recommended protocol if the network switch is capable of active LACP.<br><i>Failover</i> is the default protocol choice and should only be used if the network switch does not support active LACP.": "",
"Developer": "",
"Device": "",
"Device Attached": "",
"Device Busy": "",
Expand Down Expand Up @@ -2385,7 +2383,6 @@
"Last Scrub Date": "",
"Last Scrub Run": "",
"Last Snapshot": "",
"Last Updated": "",
"Last month": "",
"Last successful": "",
"Last week": "",
Expand Down
3 changes: 0 additions & 3 deletions src/assets/i18n/bn.json
Original file line number Diff line number Diff line change
Expand Up @@ -875,7 +875,6 @@
"Commands": "",
"Comments": "",
"Comments about this script.": "",
"Commits in the last 60 days": "",
"Common": "",
"Common Name": "",
"Community": "",
Expand Down Expand Up @@ -1295,7 +1294,6 @@
"Determine how <a href=\"https://man7.org/linux/man-pages/man1/chmod.1.html\" target=\"_blank\">chmod</a> behaves when adjusting file ACLs. See the <a href=\"https://linux.die.net/man/8/zfs\" target=\"_blank\">zfs(8)</a> aclmode property. <br><br><i>Passthrough</i> only updates ACL entries that are related to the file or directory mode. <br><br><i>Restricted</i> does not allow chmod to make changes to files or directories with a non-trivial ACL. An ACL is trivial if it can be fully expressed as a file mode without losing any access rules. Setting the ACL Mode to Restricted is typically used to optimize a dataset for SMB sharing, but can require further optimizations. For example, configuring an rsync task with this dataset could require adding <i>--no-perms</i> in the task <i>Auxiliary Parameters</i> field.": "",
"Determine whether this share name is included when browsing shares. Home shares are only visible to the owner regardless of this setting.": "",
"Determines the outgoing and incoming traffic ports.<br> <i>LACP</i> is the recommended protocol if the network switch is capable of active LACP.<br><i>Failover</i> is the default protocol choice and should only be used if the network switch does not support active LACP.": "",
"Developer": "",
"Device": "",
"Device Attached": "",
"Device Busy": "",
Expand Down Expand Up @@ -2385,7 +2383,6 @@
"Last Scrub Date": "",
"Last Scrub Run": "",
"Last Snapshot": "",
"Last Updated": "",
"Last month": "",
"Last successful": "",
"Last week": "",
Expand Down
3 changes: 0 additions & 3 deletions src/assets/i18n/br.json
Original file line number Diff line number Diff line change
Expand Up @@ -875,7 +875,6 @@
"Commands": "",
"Comments": "",
"Comments about this script.": "",
"Commits in the last 60 days": "",
"Common": "",
"Common Name": "",
"Community": "",
Expand Down Expand Up @@ -1295,7 +1294,6 @@
"Determine how <a href=\"https://man7.org/linux/man-pages/man1/chmod.1.html\" target=\"_blank\">chmod</a> behaves when adjusting file ACLs. See the <a href=\"https://linux.die.net/man/8/zfs\" target=\"_blank\">zfs(8)</a> aclmode property. <br><br><i>Passthrough</i> only updates ACL entries that are related to the file or directory mode. <br><br><i>Restricted</i> does not allow chmod to make changes to files or directories with a non-trivial ACL. An ACL is trivial if it can be fully expressed as a file mode without losing any access rules. Setting the ACL Mode to Restricted is typically used to optimize a dataset for SMB sharing, but can require further optimizations. For example, configuring an rsync task with this dataset could require adding <i>--no-perms</i> in the task <i>Auxiliary Parameters</i> field.": "",
"Determine whether this share name is included when browsing shares. Home shares are only visible to the owner regardless of this setting.": "",
"Determines the outgoing and incoming traffic ports.<br> <i>LACP</i> is the recommended protocol if the network switch is capable of active LACP.<br><i>Failover</i> is the default protocol choice and should only be used if the network switch does not support active LACP.": "",
"Developer": "",
"Device": "",
"Device Attached": "",
"Device Busy": "",
Expand Down Expand Up @@ -2385,7 +2383,6 @@
"Last Scrub Date": "",
"Last Scrub Run": "",
"Last Snapshot": "",
"Last Updated": "",
"Last month": "",
"Last successful": "",
"Last week": "",
Expand Down
3 changes: 0 additions & 3 deletions src/assets/i18n/bs.json
Original file line number Diff line number Diff line change
Expand Up @@ -875,7 +875,6 @@
"Commands": "",
"Comments": "",
"Comments about this script.": "",
"Commits in the last 60 days": "",
"Common": "",
"Common Name": "",
"Community": "",
Expand Down Expand Up @@ -1295,7 +1294,6 @@
"Determine how <a href=\"https://man7.org/linux/man-pages/man1/chmod.1.html\" target=\"_blank\">chmod</a> behaves when adjusting file ACLs. See the <a href=\"https://linux.die.net/man/8/zfs\" target=\"_blank\">zfs(8)</a> aclmode property. <br><br><i>Passthrough</i> only updates ACL entries that are related to the file or directory mode. <br><br><i>Restricted</i> does not allow chmod to make changes to files or directories with a non-trivial ACL. An ACL is trivial if it can be fully expressed as a file mode without losing any access rules. Setting the ACL Mode to Restricted is typically used to optimize a dataset for SMB sharing, but can require further optimizations. For example, configuring an rsync task with this dataset could require adding <i>--no-perms</i> in the task <i>Auxiliary Parameters</i> field.": "",
"Determine whether this share name is included when browsing shares. Home shares are only visible to the owner regardless of this setting.": "",
"Determines the outgoing and incoming traffic ports.<br> <i>LACP</i> is the recommended protocol if the network switch is capable of active LACP.<br><i>Failover</i> is the default protocol choice and should only be used if the network switch does not support active LACP.": "",
"Developer": "",
"Device": "",
"Device Attached": "",
"Device Busy": "",
Expand Down Expand Up @@ -2385,7 +2383,6 @@
"Last Scrub Date": "",
"Last Scrub Run": "",
"Last Snapshot": "",
"Last Updated": "",
"Last month": "",
"Last successful": "",
"Last week": "",
Expand Down
3 changes: 0 additions & 3 deletions src/assets/i18n/ca.json
Original file line number Diff line number Diff line change
Expand Up @@ -875,7 +875,6 @@
"Commands": "",
"Comments": "",
"Comments about this script.": "",
"Commits in the last 60 days": "",
"Common": "",
"Common Name": "",
"Community": "",
Expand Down Expand Up @@ -1295,7 +1294,6 @@
"Determine how <a href=\"https://man7.org/linux/man-pages/man1/chmod.1.html\" target=\"_blank\">chmod</a> behaves when adjusting file ACLs. See the <a href=\"https://linux.die.net/man/8/zfs\" target=\"_blank\">zfs(8)</a> aclmode property. <br><br><i>Passthrough</i> only updates ACL entries that are related to the file or directory mode. <br><br><i>Restricted</i> does not allow chmod to make changes to files or directories with a non-trivial ACL. An ACL is trivial if it can be fully expressed as a file mode without losing any access rules. Setting the ACL Mode to Restricted is typically used to optimize a dataset for SMB sharing, but can require further optimizations. For example, configuring an rsync task with this dataset could require adding <i>--no-perms</i> in the task <i>Auxiliary Parameters</i> field.": "",
"Determine whether this share name is included when browsing shares. Home shares are only visible to the owner regardless of this setting.": "",
"Determines the outgoing and incoming traffic ports.<br> <i>LACP</i> is the recommended protocol if the network switch is capable of active LACP.<br><i>Failover</i> is the default protocol choice and should only be used if the network switch does not support active LACP.": "",
"Developer": "",
"Device": "",
"Device Attached": "",
"Device Busy": "",
Expand Down Expand Up @@ -2385,7 +2383,6 @@
"Last Scrub Date": "",
"Last Scrub Run": "",
"Last Snapshot": "",
"Last Updated": "",
"Last month": "",
"Last successful": "",
"Last week": "",
Expand Down
Loading
Loading