Unverified Commit c5ccca17 authored by bugclerk's avatar bugclerk Committed by GitHub
Browse files

NAS-121183: Hide `Enable Atime` for Zvol (#8002)

Co-authored-by: default avatarDenys Butenko <ua13dark@gmail.com>
Showing with 1 addition and 1 deletion
+1 -1
......@@ -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 }}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment