Hello,
I have added below code in the index.tt file
[% IF quota_info.inodes_used < 600000 %]
<span class="text-success"><i class="fas fa-check-square" aria-hidden="true"></i></span>
[% ELSE %]
Here I want to add the conditoin.
If the package is ABC, the I want to show inode count 250000
What change I need need to make here?
Thanks
I have added below code in the index.tt file
[% IF quota_info.inodes_used < 600000 %]
<span class="text-success"><i class="fas fa-check-square" aria-hidden="true"></i></span>
[% ELSE %]
Here I want to add the conditoin.
If the package is ABC, the I want to show inode count 250000
What change I need need to make here?
Thanks
Last edited by a moderator: