Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
cmszMonitorAnalysis
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
liuna
cmszMonitorAnalysis
Commits
6a6ee150
Commit
6a6ee150
authored
Dec 11, 2017
by
胡斌
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
智能分析平台备份提交
parent
589a87a3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
workspace.xml
.idea/workspace.xml
+0
-0
FilterRuleConfiguration.jsp
...WEB-INF/views/AnalysisSupport/FilterRuleConfiguration.jsp
+4
-3
No files found.
.idea/workspace.xml
View file @
6a6ee150
This diff is collapsed.
Click to expand it.
src/main/webapp/WEB-INF/views/AnalysisSupport/FilterRuleConfiguration.jsp
View file @
6a6ee150
...
...
@@ -183,12 +183,13 @@
}
isRepeat
();
$
(
".ifRepeate"
).
change
(
isRepeat
);
if
(
"${filterRule.ifRepeat}"
==
1
){
var
cycle
=
"${filterRule.frequency}"
;
var
$unit
=
$
(
"#unit"
);
if
(
cycle
.
indexOf
(
"/"
)){
if
(
cycle
.
indexOf
(
"/"
)
!=-
1
){
var
type
=
cycle
.
split
(
"/"
)[
1
];
if
(
type
==
=
"1440"
){
if
(
type
==
"1440"
){
$unit
.
val
(
0
);
}
else
{
$unit
.
val
(
1
);
...
...
@@ -196,7 +197,7 @@
var
value
=
cycle
.
split
(
"/"
)[
0
];
}
else
{
if
(
cycle
.
indexOf
(
"ADD"
)){
if
(
cycle
.
indexOf
(
"ADD"
)
!=-
1
){
$unit
.
val
(
3
);
value
=
cycle
.
substring
(
cycle
.
indexOf
(
"("
),
cycle
.
length
-
1
);
}
else
{
...
...
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