File tree Expand file tree Collapse file tree
var/www/templates/dashboard Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5858 < div class ="row ">
5959
6060 < div class ="col-12 col-xl-6 ">
61+ < div class ="mt-2 mb-2 ">
62+ < form method ="GET " action ="{{ url_for('search_b.search_dashboard') }} ">
63+ < div class ="input-group ">
64+ < input type ="text "
65+ class ="form-control "
66+ name ="q "
67+ placeholder ="Search chats, domains, titles, filenames… ">
68+ < div class ="input-group-append ">
69+ < button class ="btn btn-primary " type ="submit ">
70+ < i class ="fas fa-search "> </ i > Search
71+ </ button >
72+ </ div >
73+ </ div >
74+ < div class ="mt-1 ">
75+ < a class ="btn btn-sm btn-outline-primary " href ="{{ url_for('search_b.search_dashboard') }} ">
76+ < i class ="fa-solid fa-sliders mr-1 "> </ i > Search options
77+ </ a >
78+ </ div >
79+ </ form >
80+ </ div >
6181 < div id ="feeders_dashboard " style ="width: 100%; height:600px; "> </ div >
6282
6383 < div class ="card mt-1 mb-4 ">
115135 </ div >
116136
117137 < div class ="col-12 col-xl-6 ">
118-
119138 < h3 class ="text-center mt-1 mb-4 " id ="current_date "> </ h3 >
120139
121140 < div class ="row ">
You can’t perform that action at this time.
0 commit comments