Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
dcc5c471
Commit
dcc5c471
authored
May 12, 2021
by
Jiaan Louw
Committed by
Brandon Labuschagne
May 12, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Enable admin users Vue table by default
parent
82a9fd86
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
2 deletions
+7
-2
app/views/admin/users/_users.html.haml
app/views/admin/users/_users.html.haml
+1
-1
changelogs/unreleased/290737-default-ff-vue_admin_users-to-on.yml
...gs/unreleased/290737-default-ff-vue_admin_users-to-on.yml
+5
-0
config/feature_flags/development/vue_admin_users.yml
config/feature_flags/development/vue_admin_users.yml
+1
-1
No files found.
app/views/admin/users/_users.html.haml
View file @
dcc5c471
...
...
@@ -68,7 +68,7 @@
=
link_to
admin_users_path
(
sort:
value
,
filter:
params
[
:filter
],
search_query:
params
[
:search_query
])
do
=
title
-
if
Feature
.
enabled?
(
:vue_admin_users
)
-
if
Feature
.
enabled?
(
:vue_admin_users
,
default_enabled: :yaml
)
#js-admin-users-app
{
data:
admin_users_data_attributes
(
@users
)
}
.gl-spinner-container.gl-my-7
%span
.gl-vertical-align-bottom.gl-spinner.gl-spinner-dark.gl-spinner-lg
{
aria:
{
label:
_
(
'Loading'
)
}
}
...
...
changelogs/unreleased/290737-default-ff-vue_admin_users-to-on.yml
0 → 100644
View file @
dcc5c471
---
title
:
Update admin users to use GitLab UI table by default
merge_request
:
54085
author
:
type
:
changed
config/feature_flags/development/vue_admin_users.yml
View file @
dcc5c471
...
...
@@ -5,4 +5,4 @@ rollout_issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/290737
milestone
:
'
13.7'
type
:
development
group
:
group::compliance
default_enabled
:
fals
e
default_enabled
:
tru
e
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment