Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
solo-1
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
solo-1
Commits
f21b216d
Unverified
Commit
f21b216d
authored
Mar 03, 2019
by
Liang Ding
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/3.2.0-dev' into 3.2.0-dev
parents
7890daa7
405b0e52
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
src/main/webapp/admin/admin-index.ftl
src/main/webapp/admin/admin-index.ftl
+1
-1
src/main/webapp/js/admin/others.js
src/main/webapp/js/admin/others.js
+1
-0
No files found.
src/main/webapp/admin/admin-index.ftl
View file @
f21b216d
...
...
@@ -131,7 +131,7 @@
</li>
<li>
<div
id=
"tabs_others"
>
<a
href=
"#tools/others"
>
${othersLabel}
</a>
<a
href=
"#tools/others
/tag
"
>
${othersLabel}
</a>
</div>
</li>
</ul>
...
...
src/main/webapp/js/admin/others.js
View file @
f21b216d
...
...
@@ -30,6 +30,7 @@ admin.others = {
*/
init
:
function
()
{
$
(
"
#tabOthers
"
).
tabs
();
$
(
'
#loadMsg
'
).
text
(
''
)
},
/*
* @description 移除未使用的标签
...
...
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