File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change 2222 .controls-area { display : flex; gap : .5rem ; align-items : center; }
2323 .empty-state { height : 62vh ; display : flex; align-items : center; justify-content : center; color : # 6c757d ; }
2424 .btn-sm-icon { padding : .25rem .5rem ; font-size : .85rem ; }
25- # indexProgress { margin-bottom : 0.75rem ; min-height : 2rem ; }
2625 .progress-info { font-size : .95rem ; color : # 333 ; display : flex; align-items : center; gap : 0.5rem ; }
2726 .project-item { cursor : pointer; }
2827 .project-item : hover { background-color : # f8f9fa ; }
@@ -55,13 +54,12 @@ <h5 class="card-title">Configuration</h5>
5554 < div class ="card mt-3 ">
5655 < div class ="card-body ">
5756 < h5 class ="card-title "> Projects</ h5 >
58- < div id ="indexProgress "> </ div >
5957 {% if projects %}
6058 < ul class ="list-group list-group-flush " id ="projectsList ">
6159 {% for p in projects %}
6260 < li class ="list-group-item d-flex justify-content-between align-items-start project-item " data-project-id ="{{ p.id }} ">
6361 < div class ="flex-grow-1 ">
64- < div class ="fw-bold "> {{ p.name or p.path.split('/')[-1] }}</ div >
62+ < div class ="fw-bold text-black "> {{ p.name or p.path.split('/')[-1] }}</ div >
6563 < small class ="text-muted "> {{ p.path }}</ small > < br >
6664 < small class ="text-muted ">
6765 Status: < span class ="badge bg-{{ 'success' if p.status=='ready' else ('warning' if p.status=='indexing' else 'secondary') }} " data-status ="{{ p.status }} "> {{ p.status }}</ span >
You can’t perform that action at this time.
0 commit comments