mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-17 23:44:39 -05:00
Added membersTableStatus feature flag
refs https://github.com/TryGhost/Team/issues/1035
This commit is contained in:
parent
04505eeb41
commit
8b5ef4a7d7
2 changed files with 16 additions and 0 deletions
|
@ -90,6 +90,9 @@ export default class FeatureService extends Service {
|
||||||
@feature('tierName')
|
@feature('tierName')
|
||||||
tierName;
|
tierName;
|
||||||
|
|
||||||
|
@feature('membersTableStatus')
|
||||||
|
membersTableStatus;
|
||||||
|
|
||||||
_user = null;
|
_user = null;
|
||||||
|
|
||||||
@computed('settings.labs')
|
@computed('settings.labs')
|
||||||
|
|
|
@ -352,6 +352,19 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</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>
|
||||||
</div>
|
</div>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
|
Loading…
Add table
Reference in a new issue