Skip to content
This repository was archived by the owner on Dec 3, 2025. It is now read-only.

alarm dashboard页面添加搜索功能#63

Open
hctech wants to merge 2 commits intoopen-falcon:masterfrom
hctech:master
Open

alarm dashboard页面添加搜索功能#63
hctech wants to merge 2 commits intoopen-falcon:masterfrom
hctech:master

Conversation

@hctech
Copy link

@hctech hctech commented Sep 6, 2017

No description provided.

cases, total = EventCase.query(page, limit, endpoint_q, metric_q, status)
return render_template("portal/alarm/case.html", **locals())
cases, total = EventCase.query(page, limit, endpoint_q, metric_q, status, from_data, to_data)
if status == 'PROBLEM':
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

case_problem.html 这个文件是多余的哈,可以删除的:)

@@ -0,0 +1,105 @@
{% extends "portal/layout.html" %}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这个模板文件是多余的:)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants