Added membersTableStatus feature flag

refs https://github.com/TryGhost/Team/issues/1035
This commit is contained in:
Djordje Vlaisavljevic 2022-02-14 12:56:19 +01:00
parent 04505eeb41
commit 8b5ef4a7d7
2 changed files with 16 additions and 0 deletions

View File

@ -90,6 +90,9 @@ export default class FeatureService extends Service {
@feature('tierName')
tierName;
@feature('membersTableStatus')
membersTableStatus;
_user = null;
@computed('settings.labs')

View File

@ -352,6 +352,19 @@
</div>
</div>
</div>
<div class="gh-expandable-block">
<div class="gh-expandable-header">
<div>
<h4 class="gh-expandable-title">Members table status</h4>
<p class="gh-expandable-description">
Add member status/tier to the member's index table
</p>
</div>
<div class="for-switch">
<GhFeatureFlag @flag="membersTableStatus" />
</div>
</div>
</div>
</div>
</div>
{{/if}}