File tree 1 file changed +8
-7
lines changed
1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change 8
8
{% block content %}
9
9
< div class ="container ">
10
10
< h1 > SystemGuard/Prometheus Targets</ h1 >
11
- < p class ="text-center "> SystemGuard uses Prometheus to monitor the services. You can add, remove, and change the scrape interval of the
11
+ < p class ="text-center "> SystemGuard uses Prometheus to monitor the services. You can add, remove, and change the
12
+ scrape interval of the
12
13
targets here.</ p >
13
14
{% include 'ext/message.html' %}
14
15
@@ -36,12 +37,12 @@ <h1>SystemGuard/Prometheus Targets</h1>
36
37
< li >
37
38
{{ target }}
38
39
{% if not system_ip_address in target %}
39
- < form action ="{{ url_for('remove_target') }} " method ="post " class ="inline-form "> </ form >
40
- < input type ="hidden " name ="job_name " value ="{{ info.job_name }} ">
41
- < input type ="hidden " name ="target_to_remove " value ="{{ target }} ">
42
- < button type ="submit " class ="btn-danger ">
43
- < i class ="fas fa-times "> </ i > Remove
44
- </ button >
40
+ < form action ="{{ url_for('remove_target') }} " method ="post " class ="inline-form ">
41
+ < input type ="hidden " name ="job_name " value ="{{ info.job_name }} ">
42
+ < input type ="hidden " name ="target_to_remove " value ="{{ target }} ">
43
+ < button type ="submit " class ="btn-danger ">
44
+ < i class ="fas fa-times "> </ i > Remove
45
+ </ button >
45
46
</ form >
46
47
{% endif %}
47
48
</ li >
You can’t perform that action at this time.
0 commit comments