Skip to content

Commit 1e5b805

Browse files
authored
Update index.html
1 parent 448b6a1 commit 1e5b805

File tree

1 file changed

+3
-17
lines changed

1 file changed

+3
-17
lines changed

DnsManager-Webapp/templates/index.html

Lines changed: 3 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<div class="row d-flex justify-content-center align-items-center">
2626
<div class="col-12 d-flex justify-content-between align-items-center">
2727
<label for="">
28-
جستجوی همه
28+
Search All
2929
<input type="radio" id="searchALL" >
3030
</label>
3131
<div>
@@ -54,7 +54,7 @@
5454
</div>
5555
<div class="col-lg-4 col-md-6 col-12">
5656
<div class="text-center overflow-auto" style="max-height: 640px" >
57-
<h4>انتخاب DNS با توجه به موقعیت</h4>
57+
<h4>All DNS Servers/h4>
5858
<p> total: {{DNS_SERVERS_len}}</p>
5959
{% for ip in DNS_SERVERS %}
6060
{% if ip.ip == CURRENT_DNS %}
@@ -80,21 +80,7 @@ <h4>انتخاب DNS با توجه به موقعیت</h4>
8080
<div class="alert-heading d-flex justify-content-between align-items-center">
8181

8282
<a role="button" class="btn btn-close" data-bs-dismiss="alert"></a>
83-
{% if category == "success" %}
84-
<p class="me-5">عملیات با موفقیت انجام شد</p>
85-
{% endif %}
86-
87-
{% if category == "info" %}
88-
<p class="me-5">توجه</p>
89-
{% endif %}
90-
91-
{% if category == "danger" %}
92-
<p class="me-5">خطایی رخ داد</p>
93-
{% endif %}
94-
95-
{% if category == "warning" %}
96-
<p class="me-5">هشدار توجه کنید</p>
97-
{% endif %}
83+
<p class="me-5">Notification</p>
9884

9985
</div>
10086
<hr class="m-0 p-0">

0 commit comments

Comments
 (0)