Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
event-analysis
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
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
崔义雄
event-analysis
Commits
08efbf14
Commit
08efbf14
authored
Jul 07, 2020
by
shiwr
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
事件分析前端问题修复
parent
068990c3
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
14 additions
and
9 deletions
+14
-9
templates/base_index.html
templates/base_index.html
+1
-1
templates/event_analysis/alarm_edit.html
templates/event_analysis/alarm_edit.html
+2
-2
templates/event_analysis/error_alarm.html
templates/event_analysis/error_alarm.html
+9
-4
templates/event_analysis/event_edit.html
templates/event_analysis/event_edit.html
+2
-2
No files found.
templates/base_index.html
View file @
08efbf14
...
...
@@ -73,7 +73,7 @@
<span
class=
"icon-bar"
></span>
</button>
<div
style=
"float: left;padding-top:12px;"
>
<img
src=
"
../static/
img/logoGT.png"
alt=
""
>
<img
src=
"
${STATIC_URL}
img/logoGT.png"
alt=
""
>
</div>
<a
class=
"navbar-brand"
href=
"${SITE_URL}"
>
<span
style=
"font-size:20px;"
>
一体化运维平台
:
</span><span
style=
"font-size:16px;"
>
事件分析管理
</span>
...
...
templates/event_analysis/alarm_edit.html
View file @
08efbf14
...
...
@@ -47,7 +47,7 @@
</el-form-item>
<el-form-item
label=
"预警系统:"
label-width=
"200px"
class=
"important"
style=
"display:inline-block;"
>
<el-select
v-model=
"formLine.alarm_system"
clearable
multiple
filterable
style=
"width:200px;"
<el-select
v-model=
"formLine.alarm_system"
clearable
multiple
collapse-tags
filterable
:disabled=
"editStatus"
>
<el-option
v-for=
"item in systemListCmdb"
:key=
"item.value"
...
...
@@ -299,7 +299,7 @@
alarm_summary
:
''
,
if_interpose
:
''
,
solve_process
:
''
,
if_workday
:
''
,
if_workday
:
3
,
if_auto
:
''
,
auto_sysname
:
''
,
auto_name
:
''
,
...
...
templates/event_analysis/error_alarm.html
View file @
08efbf14
...
...
@@ -4,6 +4,11 @@
.el-tooltip__popper
{
max-width
:
30%
}
.important
.el-form-item__label
{
color
:
red
;
font-weight
:
bolder
;
}
</style>
<div
class=
"tab-content mb20"
>
<div
id=
"errorAlarm"
>
...
...
@@ -151,7 +156,7 @@
width=
"70%"
>
<el-form>
<el-row>
<el-form-item
label=
"系统编码"
label-width=
"100px"
<el-form-item
label=
"系统编码"
label-width=
"100px"
class=
"important"
style=
"display:inline-block"
>
<el-row>
<el-select
style=
"width:300px;"
clearable
...
...
@@ -167,7 +172,7 @@
</el-form-item>
<el-form-item
label=
"告警类型"
label-width=
"100px"
<el-form-item
label=
"告警类型"
label-width=
"100px"
class=
"important"
style=
"display:inline-block"
placeholder=
"必选"
>
<el-row>
<el-select
v-model=
"formLine.failure_analysis.alarm_type"
...
...
@@ -191,7 +196,7 @@
</el-form-item>
<el-form-item
style=
"display:inline-block"
label=
"开始时间"
<el-form-item
style=
"display:inline-block"
label=
"开始时间"
class=
"important"
label-width=
"100px"
>
<el-row>
<el-date-picker
style=
"width:300px"
...
...
@@ -203,7 +208,7 @@
</el-date-picker>
</el-row>
</el-form-item>
<el-form-item
style=
"display:inline-block"
label=
"结束时间"
<el-form-item
style=
"display:inline-block"
label=
"结束时间"
class=
"important"
label-width=
"100px"
>
<el-row>
<el-date-picker
style=
"width:300px"
...
...
templates/event_analysis/event_edit.html
View file @
08efbf14
...
...
@@ -80,7 +80,7 @@
<el-form-item
label=
"受影响系统"
label-width=
"90px"
class=
"normal"
style=
"display:inline-block;"
>
<el-select
v-model=
"formLine.influenced_sys_name"
multiple
filterable
<el-select
v-model=
"formLine.influenced_sys_name"
multiple
collapse-tags
filterable
style=
"width:210px;"
:disabled=
"editStatus"
>
<el-option
v-for=
"item in systemListCmdb"
:key=
"item.value"
...
...
@@ -226,7 +226,7 @@
<div>
<el-form-item
label=
"事件标签"
label-width=
"97px"
class=
"normal"
style=
"display:inline-block;"
>
<el-select
v-model=
"formLine.labelname"
multiple
filterable
style=
"width: 250px"
<el-select
v-model=
"formLine.labelname"
multiple
collapse-tags
filterable
style=
"width: 250px"
:disabled=
"showStatus"
>
<el-option
v-for=
"item in labelList"
:key=
"item.value"
...
...
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