Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
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
c5ccca17
Unverified
Commit
c5ccca17
authored
2 years ago
by
bugclerk
Committed by
GitHub
2 years ago
Browse files
Options
Download
Email Patches
Plain Diff
NAS-121183: Hide `Enable Atime` for Zvol (#8002)
Co-authored-by:
Denys Butenko
<
ua13dark@gmail.com
>
parent
f5bdde4d
stable/bluefin
NAS-121218-22.12.3
NAS-121721-22.12.3
NAS-121884-22.12.3
NAS-122267-22.12.4
NAS-122870-bluefin
NAS-122993-22.12.4
NAS-123055-22.12.4
NAS-123478-22.12.4
NAS-123526-22.12.4
NAS-123813-22.12.4
NAS-123931-22.12.4
release/22.12.3
release/22.12.4
TS-22.12.4.2
TS-22.12.4.1
TS-22.12.4
TS-22.12.3.3
TS-22.12.3.2
TS-22.12.3.1
TS-22.12.3
TS-12.12.3
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/app/pages/datasets/components/dataset-details-card/dataset-details-card.component.html
+1
-1
.../dataset-details-card/dataset-details-card.component.html
with
1 addition
and
1 deletion
+1
-1
src/app/pages/datasets/components/dataset-details-card/dataset-details-card.component.html
View file @
c5ccca17
...
...
@@ -38,7 +38,7 @@
</ng-container>
</span>
</div>
<div
class=
"details-item"
>
<div
*ngIf=
"!isZvol"
class=
"details-item"
>
<span
class=
"label"
>
{{ 'Enable Atime' | translate }}:
</span>
<span
class=
"value"
>
{{ (dataset.atime ? OnOff.On : OnOff.Off) | translate }}
...
...
This diff is collapsed.
Click to expand it.
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
Menu
Projects
Groups
Snippets
Help