Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
Dspace7 Angular
Manage
Activity
Members
Labels
Plan
Issues
42
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
vtechworks
Dspace7 Angular
Commits
18eaf181
Commit
18eaf181
authored
5 years ago
by
lotte
Browse files
Options
Downloads
Patches
Plain Diff
updated admin menu
parent
d5484e5c
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
resources/i18n/en.json5
+6
-10
6 additions, 10 deletions
resources/i18n/en.json5
src/app/+admin/admin-sidebar/admin-sidebar.component.ts
+6
-40
6 additions, 40 deletions
src/app/+admin/admin-sidebar/admin-sidebar.component.ts
with
12 additions
and
50 deletions
resources/i18n/en.json5
+
6
−
10
View file @
18eaf181
...
...
@@ -1143,6 +1143,10 @@
"menu.section.admin_search": "Admin Search",
"menu.section.browse_community": "This Community",
"menu.section.browse_community_by_author": "By Author",
...
...
@@ -1193,18 +1197,10 @@
"menu.section.find": "Find",
"menu.section.find_items": "Items",
"menu.section.find_private_items": "Private Items",
"menu.section.find_withdrawn_items": "Withdrawn Items",
"menu.section.icon.access_control": "Access Control menu section",
"menu.section.icon.admin_search": "Admin search menu section",
"menu.section.icon.control_panel": "Control Panel menu section",
"menu.section.icon.curation_task": "Curation Task menu section",
...
...
This diff is collapsed.
Click to expand it.
src/app/+admin/admin-sidebar/admin-sidebar.component.ts
+
6
−
40
View file @
18eaf181
...
...
@@ -350,53 +350,19 @@ export class AdminSidebarComponent extends MenuComponent implements OnInit {
link
:
''
}
as
LinkMenuItemModel
,
},
/* Search */
/* Admin Search */
{
id
:
'
find
'
,
active
:
false
,
visible
:
true
,
model
:
{
type
:
MenuItemType
.
TEXT
,
text
:
'
menu.section.find
'
}
as
TextMenuItemModel
,
icon
:
'
search
'
,
index
:
5
},
{
id
:
'
find_items
'
,
parentID
:
'
find
'
,
id
:
'
admin_search
'
,
active
:
false
,
visible
:
true
,
model
:
{
type
:
MenuItemType
.
LINK
,
text
:
'
menu.section.find_items
'
,
link
:
'
/search
'
}
as
LinkMenuItemModel
,
},
{
id
:
'
find_withdrawn_items
'
,
parentID
:
'
find
'
,
active
:
false
,
visible
:
true
,
model
:
{
type
:
MenuItemType
.
LINK
,
text
:
'
menu.section.find_withdrawn_items
'
,
link
:
''
}
as
LinkMenuItemModel
,
},
{
id
:
'
find_private_items
'
,
parentID
:
'
find
'
,
active
:
false
,
visible
:
true
,
model
:
{
type
:
MenuItemType
.
LINK
,
text
:
'
menu.section.find_private_items
'
,
link
:
''
text
:
'
menu.section.admin_search
'
,
link
:
'
/admin/search
'
}
as
LinkMenuItemModel
,
icon
:
'
search
'
,
index
:
5
},
/* Registries */
{
id
:
'
registries
'
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment