Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
solo
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
Commits
00a7450c
Commit
00a7450c
authored
Jan 24, 2013
by
mainlove
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
c
parent
f5c5aed2
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
7 deletions
+3
-7
war/src/main/webapp/admin-plugin-list.ftl
war/src/main/webapp/admin-plugin-list.ftl
+1
-1
war/src/main/webapp/js/admin/plugin.js
war/src/main/webapp/js/admin/plugin.js
+2
-2
war/src/main/webapp/js/admin/pluginList.js
war/src/main/webapp/js/admin/pluginList.js
+0
-4
No files found.
war/src/main/webapp/admin-plugin-list.ftl
View file @
00a7450c
...
...
@@ -2,7 +2,7 @@
</div>
<div id="pluginPagination" class="margin12 right">
</div>
<div class="clear"></div>
<div id="PluginSetting" class="none">
</div>
<div class="clear"></div>
${plugins}
war/src/main/webapp/js/admin/plugin.js
View file @
00a7450c
...
...
@@ -51,9 +51,9 @@ admin.plugin = {
data
:
JSON
.
stringify
(
requestJSONObject
),
success
:
function
(
result
,
textStatus
){
$
(
"
#loadMsg
"
).
text
(
Label
.
loadingLabel
);
$
(
"
#tipMsg
"
).
text
(
result
.
msg
);
//
$("#tipMsg").text(result.msg);
$
(
"
#PluginSetting
"
).
html
(
result
);
$
(
"
#PluginSetting
"
).
html
(
"
<a>jjjj</a>
"
);
$
(
"
#loadMsg
"
).
text
(
""
);
$
(
"
#PluginSetting
"
).
dialog
(
"
open
"
);
}
...
...
war/src/main/webapp/js/admin/pluginList.js
View file @
00a7450c
...
...
@@ -102,10 +102,6 @@ admin.pluginList = {
});
},
toSetting
:
function
(
pluginId
){
},
changeStatus
:
function
(
pluginId
,
status
)
{
if
(
status
===
"
ENABLED
"
)
{
status
=
"
DISABLED
"
;
...
...
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