Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

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

wants to merge 2 commits into from

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 join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants