mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-25 09:03:12 +03:00
Added membersTableStatus feature flag
refs https://github.com/TryGhost/Team/issues/1035
This commit is contained in:
parent
04505eeb41
commit
8b5ef4a7d7
@ -90,6 +90,9 @@ export default class FeatureService extends Service {
|
||||
@feature('tierName')
|
||||
tierName;
|
||||
|
||||
@feature('membersTableStatus')
|
||||
membersTableStatus;
|
||||
|
||||
_user = null;
|
||||
|
||||
@computed('settings.labs')
|
||||
|
@ -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}}
|
||||
|
Loading…
Reference in New Issue
Block a user