Skip to content

Commit

Permalink
Merge pull request rockstor#2818 from Hooverdan96/2810_Quotas_Disable…
Browse files Browse the repository at this point in the history
…d_webui

Change Quota Status Display Wording rockstor#2810
  • Loading branch information
phillxnet authored Mar 26, 2024
2 parents 86ca548 + 11b1d0c commit 792d5b7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@
(<strong><span style="color:red">{{this.pool.mount_status}}</span></strong>)
{{/if}}
{{# if this.pool.quotas_enabled}}
Enabled
Quotas Enabled
{{else}}
<strong><span style="color:red">Disabled</span></strong>
<strong><span style="color:red">Quotas Disabled</span></strong>
{{/if}}
</td>
<td>
Expand Down

0 comments on commit 792d5b7

Please sign in to comment.